Nested Attributes on Collections

2001-07-16 Thread Mark Ragan
It appears, or at least I've read that struts allows nested attribute specifications in the tag properties, such as property="user.name.last".  Is this only when the nesting is in the form class?   Is it possible to specify nested collections in another class.  For example, suppose class Co

Re: Nested Attributes on Collections

2001-07-30 Thread Craig R. McClanahan
On Mon, 16 Jul 2001, Mark Ragan wrote: > It appears, or at least I've read that struts allows nested attribute > specifications in the tag properties, such as property="user.name.last". Is > this only when the nesting is in the form class? > > Is it possible to specify nested collections in