...also, if you need multiple markup extension points for the same component, fragments will give you the ultimate flexibility, although at the cost of some (little) added complexity. I'll use them only if the other approaches are inappropriate.
Regards, Carlos On 9/14/07, Carlos Pita <[EMAIL PROTECTED]> wrote: > You can use border/body in a similar way than child/extend. Also, if > the form incarnations haven't a lot of common markup between them, you > can use the form as the webmarkupcontainer it is and put its logic in > one place but the markup everywhere the form is. > > Regards, > Carlos > > > On 9/14/07, fero <[EMAIL PROTECTED]> 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#a12676475 > > Sent from the Wicket - User mailing list archive at Nabble.com. > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
