Let's say I have two action classes, which both have a string property called 
'message'.
And both classes have getters and setters for 'message'.

Now, my problem is that if I use redirect.action to redirect user from one action to 
another (I need this because if user presses "reload" from the web-browser I don't 
want the first action to reload, but the second one), I loose the value of 'message'.

Everything works fine if I use action chaining, the value of 'message' remains in the 
second action, but I really want to use redirect. Any suggestions, how do I keep the 
value of property value using redirect?
-- 
How many hurdles must a runner jump over in the 110m men’s hurdles race? 
Find out at postmaster.co.uk

http://www.postmaster.co.uk/cgi-bin/meme/quiz.pl?id=244


-------------------------------------------------------
This SF.net email is sponsored by: Does your code think in ink? 
You could win a Tablet PC. Get a free Tablet PC hat just for playing. 
What are you waiting for?
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to