the only way is with org.apache.wicket.markup.ComponentTag.putInternal(String, CharSequence) but as its javadoc and name say it is internal and may change its behavior any time
On Thu, Sep 1, 2011 at 7:57 PM, Brown, Berlin [GCG-PFS] <[email protected]> wrote: > Is there a way to prefix a component with using setMarkupid but also > have the dynamic id. > > I want my end output to have: > > With Code: > > x = new WebMarkupContainer("myId") > x.setMarkupId("myId"); > > <div id="myId_id2323" /> > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
