Best Method for "Back Button"
Posted
by CitadelCSCadet
on Stack Overflow
See other posts from Stack Overflow
or by CitadelCSCadet
Published on 2010-04-16T07:20:41Z
Indexed on
2010/04/16
7:23 UTC
Read the original article
Hit count: 289
jsp
|web-development
I'm working on a web application using JSP/Servlets, etc. And I have a lot of form progression. I am aware of some ways to use the "Back" functionality, but I am not sure if its efficient enough.
What are the best ways to implement this? Does it Involve using the session object? or just the request? or neither?
© Stack Overflow or respective owner