dynamically add additional components

2009-05-27 Thread tubin gen
is it possible to modify html at runtime and add new components ? for example I have a panel, html code below. wicket:panel div class=contentTittle label wicket:id=pageTittle / /div div class=pageheader div align=center table style=margin-bottom:

Re: dynamically add additional components

2009-05-27 Thread Jeremy Thomerson
You could use markup inheritance to allow the subclass to insert markup in that location. -- Jeremy Thomerson http://www.wickettraining.com On Wed, May 27, 2009 at 1:42 PM, tubin gen fachh...@gmail.com wrote: is it possible to   modify  html at runtime and add  new components ? for example