rjweytens <> wrote:
> I don't follow you. I am forwarding from an Action to another Action,
> which is what I believe you are suggesting I do.
>
> i.e.
>
> User presses submit button ---> AddAction ---> Confirmation Action
> ---> Confirmation Page
I meant something like this:
1. User presses submit
2. AddAction adds record
3. AddAction redirects to confirmation URL (i.e. goes to browser).
4. User's browser goes to confirmation URL
5. ConfirmAction forwards to confirmation view
6. Confirmation view shows confirmation.
Step 4 is the important one: because the application uses the user's
browser as an intermediate step, the URL is updated correctly.
AFAIK, this should work. If not, I've some troubleshooting to do myself.
Oscar
--
Oscar Kind
http://home.hccnet.nl/okind/
Software Developer for contact information, see website
PGP Key fingerprint: 91F3 6C72 F465 5E98 C246 61D9 2C32 8E24 097B B4E2