I have a action that changes some values in the form bean and then forwards
to a action.

1) If my first action is set to request scope and my 2nd action is also set
to request scope the 2nd action does not see the form bean changes

2)  If my first action is set to session scope and my 2nd action is also set
yo session scope the 2nd action does not see the form bean changes

3)  If my first action is set to request scope and my 2nd action is set to
session scope the 2nd action does WILL see the form bean changes

4)  If my first action is set to any scope and I forward to a JSP page it
works great.

Can someone please give me a clue on the above issues???


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

Reply via email to