Hi!

In the struts-config.xml-file:

<!-- Edit Personal Info-->
   <action  path="/The one you specify on you jsp-page"
            type="."
            name=" current FormBean"
            scope="session"
            validate="false">
      <forward name="success"  path= /the page you want to return to, or
anaother action, where the success path leads to current jsp-page."/>
      <forward name="failure"    path="/Error.jsp"/>
   </action>

Hope I understood your problem correctly and that this can help you!!
/Linnéa

----- Original Message -----
From: "Vandenberk, Kris" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 26, 2001 10:26 AM
Subject: design question


> I have a detail screen with some fields on it
> and a save button, reset button and a link to the master page...
>
> How do I return to the same page after the save ?
> let say the link to this page is something like
> ..../editPersonalInfo.do?action=edit
>
>
> thanks,
> Kris
>
> P.S. can you put me in cc when replying I am using a different email
account
> here at work
> [EMAIL PROTECTED]
>
>
>
>
>

Reply via email to