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?