There's nothing specifically built in to handle that, and the exact approach would depend on how your application is structured. However, the general idea would be to record the user's location in the app at the point you want to return them to.

If the 'go back' action is meant to take them back to their search results page, you'd just need to record the search term(s); if it should take them back to where they were when they initiated the search, you would probably need a more pervasive mechanism to always record the user's location at each page from which a search could occur. If that includes pages resulting from form submissions, you may need to additionally record the set of state data (form inputs, etc.) that would be required to re-generate that page.

Essentially, you need to identify the (set of) return points you want to support; then from that determine what data you need to record in order to do that.

L.

Eduardo Yáñez Parareda wrote:
I forgot to say that what I'm asking for is a Struts2 way to do that, a
pattern, or a tool that S2 provides which could
help me to do it.

On 18/02/2008, Eduardo Yáñez Parareda <[EMAIL PROTECTED]> wrote:
Hello,

How could I come back to an action I executed before?
i.e.:

User is in screen 1, then click the button search and some results are
shown to her. She dbclick in a result item
and it's shown the item's detail in screen 2. Then she wants to go back to
screen 1.... how must I implement the
 'go back' action in order to execute the same action she did before?







---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to