igor.vaynberg wrote: > > wicket does not take ownership of id attributes by default, you have > to explicitly call setoutputmarkupid(true) on the component. > > [...] > > not true, see above. and i am not aware of any change in > policy...wicket still doesnt touch anything by default >
In fact, in Wicket 1.3.1 some components, like Form and Button, call setOutputMarkupId(true) in their constructors (so it is not easily overridable for all instances) and this was not like that in the previous version that I was using (1.2.6). ----- Juan Pablo Coen Mitrani -- View this message in context: http://www.nabble.com/getMarkupId-doesn%27t-return-the-id-from-the-markup-tp11277169p15891162.html Sent from the Wicket - Dev mailing list archive at Nabble.com.
