Re: persisting data across different form

2009-02-01 Thread overtakerx
form for this two actions maybe they have > more in common. > Then You can append this x value to redirection params and set it for > second action/form, > last thing I would do would be session. > > Best greetings, > Paweł Wielgus. > > 2009/1/30 overtakerx : >> >

persisting data across different form

2009-01-29 Thread overtakerx
Hi If I have formA.java and formB.java with its corresponding actionA and actionB classes, and inside formA I have a variable x = 10; and I would like to transfer that to formB when actionA forwards to actionB what's the best way to do it besides using http session ? would this be considered as