Simply nestle sub Panel contain form components is fine if you make sure that there are a form component higher in hierarchy. FormComponentPanel is useful if you want the panel itself participating in form processing, I don't think this is the case.
On Mon, Apr 11, 2011 at 10:08 AM, Chris Colman <chr...@stepaheadsoftware.com > wrote: > I have a complex form that I choose to break down into logical sub Panel > components and then add them as children to the Form. > > The sub Panels themselves then have FormComponents like text fields and > DropDownChoice components added to them. Will the normal validate/update > mechanism simply work like that or do I need to override some methods in > my Panel classes or make the Panel classes implement certain interfaces > (eg., IFormVisitorParticipant etc.,)? > > Chris Colman > > -- Pedro Henrique Oliveira dos Santos