Children components

2011-05-09 Thread Vitor Granzinoli Vellozo
Wicketers, How can I get a list of children components, for example, I need modify some things on the children components of a Form. Debuging I saw an attribute children but I've not found a method that can list that components for me. How can I do that? Thanks Vitor PS

Re: Children components

2011-05-09 Thread Pedro Santos
Hi Vitor, use an IVisitor On Mon, May 9, 2011 at 3:50 PM, Vitor Granzinoli Vellozo vitor.vell...@cpmbraxis.com wrote: Wicketers, How can I get a list of children components, for example, I need modify some things on the children components of a Form. Debuging I saw an attribute

Re: Children components

2011-05-09 Thread Martin Grigorov
On Mon, May 9, 2011 at 8:58 PM, Pedro Santos pedros...@gmail.com wrote: Hi Vitor, use an IVisitor That is - #visitChildren() On Mon, May 9, 2011 at 3:50 PM, Vitor Granzinoli Vellozo vitor.vell...@cpmbraxis.com wrote: Wicketers, How can I get a list of children components, for example, I

Re: Children components

2011-05-09 Thread andrea del bene
Hi, iterator() method returns an iterator that iterates through children. Maybe is what you need. Wicketers, How can I get a list of children components, for example, I need modify some things on the children components of a Form. Debuging I saw an attribute children but I've