[
https://issues.apache.org/jira/browse/WICKET-1638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12605634#action_12605634
]
Igor Vaynberg commented on WICKET-1638:
---------------------------------------
the provided patch is not the greatest.
first it touches too many things
second it uses a hashmap which is pretty expensive to serlialize/store
when one of the core devs finds time to work on this it will be done, or of
course someone can provide a better patch.
> Wickets unique IDs cause problems for automated testing
> -------------------------------------------------------
>
> Key: WICKET-1638
> URL: https://issues.apache.org/jira/browse/WICKET-1638
> Project: Wicket
> Issue Type: Improvement
> Components: wicket
> Reporter: John Ray
> Attachments: UniqueIDs.patch
>
>
> Wickets unique markup IDs cause problems writing automated tests.
> They should be changed so that the first instance of a component with an ID
> of "foo" on a page would have a generated ID of "foo", the second would be
> "foo2" and so on. This would make the IDs consistent enough that they could
> be used for testing.
> See the following discussion for more info.
> http://www.nabble.com/Wickets-unique-IDs-cause-problems-for-Selenium-td17267339.html
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.