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
Container(instance container) has two Collections(listA and listB).
Is there any way to specify one of those list in the collection parameter of an
html:options tag, such as collection="container.listA"? Or alternately, is
there a way to specify that the collection should be a
method?
thanks for your
help, Mark

