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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to