aspose file tools
The moose likes Struts and the fly likes Implementing back functionality Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Implementing back functionality" Watch "Implementing back functionality" New topic
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Implementing back functionality
 
Similar Threads
Using 3rd party API, display tag query regarding Pagination
Going Back to the previous page through JSF
history.back problem
forwarding to servlet
Clearing Buffer