You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Narayana S <na...@gmail.com> on 2008/03/28 12:39:32 UTC

Action Problem ....

Hi,

           i am having one link in a page. when i click on the link, i am
going to the other page with some request level attribute. in the second
page i have one update button, when i press that button, after performing
some action and should return back to the 1st page along with same request
attribute. this is my scenario..

if i am using redirect action, it is not passing request parameters. how to
solve this problem?