Sam Hough wrote:
> 
> I was hunting around for this an hour ago after our HTML/JS/CSS guy
> complained that I had broken everything. We have our own base classes so
> in the constructor I've done:
> Some(String id) {
>  super(id);
>  setMarkupId(id);
>  setOutputMarkupId(true);
> }
> 
Thanks! Such an obvious thing to do. It didn't even occur to me. Clearly,
this isn't ideal as it forces me to manually keep these ID strings in sync
between my code and the template, but it will suffice as a workaround.
Thanks again!
-- 
View this message in context: 
http://www.nabble.com/getMarkupId-doesn%27t-return-the-id-from-the-markup-tf3972925.html#a12525162
Sent from the Wicket - Dev mailing list archive at Nabble.com.

Reply via email to