100% agree. But you still should come with a solution that covers that
without touching the IDs of the components on the page that clearly won't
run into that issue.

Actually, that was in fact what Wicket did until the fix for
http://issues.apache.org/jira/browse/WICKET-694 and until Form, Button and
other classes started to have setOutputMarkupId(true) in their constructors.



igor.vaynberg wrote:
> 
> i do understand that. however, html ids were created using thinking
> that the entire html document is generated by a monolithic generator.
> when you use a component oriented framework as a generator for html
> something that is unique across the entire document becomes difficult
> because each component works in isolation - that is where the power of
> these component oriented frameworks comes from.
> 

-- 
View this message in context: 
http://www.nabble.com/getMarkupId-doesn%27t-return-the-id-from-the-markup-tp11277169p15891177.html
Sent from the Wicket - Dev mailing list archive at Nabble.com.

Reply via email to