| Author |
Implementing back functionality
|
dnyan ginde
Ranch Hand
Joined: Jan 17, 2006
Posts: 68
|
|
|
How can i implement back functionality using struts? I dont want to use history.back() of javascript. When i click the back button on my screen i should be able to go to the previous page and if that previous page has a back button too then i must be able to go to its subsequent prior page.
|
 |
Pavan Tummala
Ranch Hand
Joined: Dec 25, 2004
Posts: 74
|
|
2 ways : hard code the url always grab and save the url from the request and use it on back button
|
If Java had true garbage collection, most programs would delete themselves upon execution -- Robert Sewell
|
 |
 |
|
|
subject: Implementing back functionality
|
|
|