You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by tim <bs...@insightoutsight.com.au> on 2003/08/02 10:42:14 UTC

Action Chaining & BeanUtils.populate() Exception after first Action

I  have a sequence of actions (a chain), action A input page -> request ->
action A -> action B -> action A input page.  *Note  action A and action B
use different form classes.

Action A receives the initial request from the client, the request contains
a collection of elements of which Action A does some processing on them.
(No Problem)

After doing it's processing action A returns an ActionForward which
goes to action B.  At this point an IndexOutOfBoundsException occurs
within BeanUtils.populate() and action B's execute() method is never
reached.

My question is, aren't the request parameters supposed to be "gone"
for the request to action B, thus the attempt to populate those parameters
into action B's form should never be performed?

I'm really at a loss here, can someone explain this a little more throughly?

Thanks


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org