| Author |
Refreshing problem
|
Soumya Madhu
Greenhorn
Joined: Dec 24, 2008
Posts: 7
|
|
When I click browswer back button after I submit an action, am getting error page(Warning: Page has Expired ). i have used response.sendRedirect(url) in the action.
Any one please hlep me to overcome this situation.
am using struts 1.0
Thanks
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26192
|
|
|
It sounds like you are trying to use the post-redirect-get pattern. But Struts would use a redirect via the struts config file rather than response.sendRedirect so I'm not sure. Can you elaborate on what you have now?
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: Refreshing problem
|
|
|