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" />

Reply via email to