Hi,

Is there a way to set the "forward" page to be the same page that originated
the request?

I want to enable users to change locale with a button. But I don't
want them to go anywhere else after submitting their form.

Here is an example to illustrate what I want to do (obviously, I know 
"path=thesamepage" won't work :-)).

   <action   path="/changeLocale"
              type="dk.au.registration.oekonomi.student.LocaleAction"
              name="localeform"
              scope="request"
              validate="false" 
        <forward name="success" path=thesamepage>
    </action>


Thanks,

Heather Buch


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

Reply via email to