You'll need to do something like this inside your border: form.add(getBodyContainer());
See the Border javadoc for a more detailed explanation. jk On Tue, Nov 18, 2008 at 04:56:09PM -0200, Adriano dos Santos Fernandes wrote: > John Krasnay escreveu: > >You probably want to implement a Border instead of extending Form. > Border is exactly what I was looking for. But I'm having problems > [Cannot modify component hierarchy after render phase has started (page > version cant change then anymore)] with component hierarchies. > > My border markup has a <form wicked:id> and <wicket:body /> is inside > it. Is it Border suitable for this usage? > > > Adriano > > > --------------------------------------------------------------------- > 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]
