You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Christopher Book <cb...@rim.net> on 2002/06/14 20:29:25 UTC

order that fields are submitted

When struts populates the fields of a form bean after a form is submitted,
is there an order to which set methods are called.

When using nested tags, input items submitted as "whatever[2].property" call
"myForm.getWhatever().setProperty(2,value)"
but since I'm using a request scope form bean, the getWhatever() method will
have just been reset... and isn't populated yet.

Is there some way around this?

Thanks,
Chris Book

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>