Yes, that is true, but each component is a component. I think you can call getComponents on each in the map. Which will return a map of components.
-----Original Message----- From: Dan Adams [mailto:[EMAIL PROTECTED] Sent: Tue 9/20/2005 3:41 PM To: Tapestry users Subject: RE: getting the enclosed components What method gives you the map? If you call getComponents() it gives you a map but only of the components it contains not the ones in encloses. On Tue, 2005-09-20 at 15:31 -0600, Mark Stang wrote: > I believe that Comp1 has a map that contains Comp2 and Comp3. And if you > ask, it will give you the map. And then if necessary, you can request the > same of Comp2 and Comp3, etc. > > What I wanted was a method that has walked the tree. > > regards, > > Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
