Returning back to the results after editing

Posted by Parhs on Stack Overflow See other posts from Stack Overflow or by Parhs
Published on 2010-03-28T11:35:42Z Indexed on 2010/03/28 11:43 UTC
Read the original article Hit count: 192

Filed under:
|
|

Hello, I am developing an application which has several CRUD actions... I am using Java and i am forced to use Struts framework.

My problem is:
I have a search page which returns some results.The user can click at a result and then he goes to another edit-page... He may apply changes or not...What i need is a way to return at the result page again and at the same scroll position.Javascript must be enabled for this project however.. I am wondering which is the best practice to achieve this effect... A solution would be to save the last search URL but i know that this wouldnt work if the user has multiple results. I know how to do it but i am lloking for a good practice!

© Stack Overflow or respective owner

Related posts about struts

Related posts about best-practices