Re: Passing values from one Action to Other

2009-11-03 Thread Greg Lindholm
On Tue, Nov 3, 2009 at 3:50 PM, james billa wrote: > 1 . Using struts (2.1.6) how would you pass values from one action to > another other than keeping them in model? Is there any other way? > > You can either pass them as parameters or stuff them in the session. Parameters: MyAct

Passing values from one Action to Other

2009-11-03 Thread james billa
1 . Using struts (2.1.6) how would you pass values from one action to another other than keeping them in model? Is there any other way? 2. I am redirecting one action to second action using type="redirect". Version Struts 2.1.6. Below is the xml code. If I set some actionerrors/fielderros in MyAct