[ 
https://issues.apache.org/jira/browse/TAP5-2382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14118903#comment-14118903
 ] 

Hudson commented on TAP5-2382:
------------------------------

SUCCESS: Integrated in tapestry-trunk-freestyle #1327 (See 
[https://builds.apache.org/job/tapestry-trunk-freestyle/1327/])
TAP5-2382: Use simple, not namespaced ids, in some Zones (hlship: rev 
752e92e596b6aff55481ad9b1ae797882a747465)
* 
tapestry-core/src/main/java/org/apache/tapestry5/internal/InternalConstants.java
* tapestry-core/src/main/coffeescript/META-INF/modules/t5/core/zone.coffee
* tapestry-core/src/test/app1/nested/ZoneDemo.tml
* tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Zone.java
* tapestry-core/src/main/java/org/apache/tapestry5/modules/JavaScriptModule.java


> Add support for disabling the namespacing of ids during a partial page render
> -----------------------------------------------------------------------------
>
>                 Key: TAP5-2382
>                 URL: https://issues.apache.org/jira/browse/TAP5-2382
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.4
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>              Labels: ajax
>             Fix For: 5.4
>
>
> Tapestry traditionally has namespaced all ids generated during an Ajax 
> partial page render (the result of clicking a link, or submitting a form, 
> that updates a Zone on the client). The namespacing is the injection of a 
> arbitrary string (a nanosecond timestamp, in hex) into the middle of all ids. 
> This ensures no name collisions on the client ... but it breaks other 
> features, such as rendering of validation errors for a Form nested inside the 
> Zone.
> By disabling this feature, and allocating ids exactly the way they would be 
> during a traditional full-page render, some features (such as rendering 
> validation errors) can be restored ... for simple pages!
> This feature should only be used as a last resort, since it can have 
> unexpected consequences.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to