>If the link elements are wicket component then you could do:
>
>  add(new SimpleAttributeModifier("id", "menu1"));
>or
>  setMarkupId("menu1");

For some reason the first method worked fine but the second method
didn't.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to