Struts. Go back to same page after an action

Posted by framara on Stack Overflow See other posts from Stack Overflow or by framara
Published on 2010-04-15T13:49:23Z Indexed on 2010/05/13 9:54 UTC
Read the original article Hit count: 163

Filed under:
|

Hi there, my situation is the following:

I have a project with JSP, Struts and a lot of actions. Lets say that I have these 3 main groups {contacts.do, calendar.do and notes.do} with lot of actions in each of them. I have an action unrelated to all of them but since I didn't know where to put it I just chose contacts.

My aim is after the action, to go back to the page I was but since the action is place in contacts it returns to the default action of contacts. Is there anything I could do for this purpose?

Thank you.

© Stack Overflow or respective owner

Related posts about struts

Related posts about action