On Fri, 11 Jul 2008, tbt wrote: > Thanks for the link. But my form doesnt have static components like in the > example. All the form components are dynamic and generated using ListViews > and are nested inside panels. Is there a way to traverse the component > hierarchy with a loop and call validate() on each component. Please provide > an example.
getPage().visitChildren(FormComponent.class, new IVisitor() {}); ... Best wishes, Timo -- Timo Rantalaiho Reaktor Innovations Oy <URL: http://www.ri.fi/ > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]