You could have a abstract class which had a listview which iterate over
panels and added the form, you could then deliver the model for the listview
in the implementation(or just in the constructor I guess), that way you
could add more panels by doing so. Also forms do not need to have their own
markup, you can if you want just provide the elements in the markup of the
page using the form..

regards Nino


fero wrote:
> 
> Hi, is it possible to have more than one <wicket:extend> on one page. I
> want to make an universal page with form. This form has some common
> features, but I want to extend it. I want to extend the page as well (to
> put some panels under the form) but not always. I don't want to code a
> Form as a Panel and extend this form, because then I will have too many
> html files. 
> 
> Thanks 
> 
> Fero
> 

-- 
View this message in context: 
http://www.nabble.com/More-extend-points-tf4442899.html#a12679609
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to