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

Hudson commented on TAP5-2025:
------------------------------

Integrated in tapestry-trunk-freestyle #1046 (See 
[https://builds.apache.org/job/tapestry-trunk-freestyle/1046/])
    FIXED - TAP5-2025: Duplicate generated ids (Revision 
6fd011e7d598a087766e27bc89bdc239dc60dc6d)

     Result = FAILURE
kaosko : 
Files : 
* 
tapestry-core/src/main/java/org/apache/tapestry5/services/javascript/JavaScriptModule.java
* 
tapestry-core/src/main/java/org/apache/tapestry5/internal/services/ajax/AjaxFormUpdateControllerImpl.java

                
> Duplicate generated ids
> -----------------------
>
>                 Key: TAP5-2025
>                 URL: https://issues.apache.org/jira/browse/TAP5-2025
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3.5, 5.3.6
>            Reporter: Dimitris Zenios
>            Assignee: Kalle Korhonen
>              Labels: duplicate, id
>             Fix For: 5.3.7, 5.4
>
>
> IdGenerator of javascriptSupport PartialMarkupRendererFilter is using 
> Long.toHexString(System.currentTimeMillis()) as a suffix for ids.If two ajax 
> requests arrive at the same time they will both have the same suffix.If both 
> request will render a component named Sort (From grid) then many sort links 
> will have same ids.Found it out because i had 10 progressive displays in my 
> page each drawing an inPlace grid.Some of the sort links will also sort 
> another grid when clicked since they have the same id.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to