Subject: forward/redirect problem
From: "deco" <[mail][EMAIL PROTECTED]>
===
I have an action (ViewAction) where i list records considering some given
value in the querystring (ViewAction?mycode=2)
For each record i give the ability to remove it, calling RemoveAction with
the record code (RemoveAction?recordCode=1)
I would like to have RemoveAction forwarding to ViewAction, so that i can
immediately give the new list or display errors before the list if
necessary... The thing is, if i forward "Success" to ViewAction i will still
be getting RemoveAction?recordCode=1 in the browsers url... I would probably
want to redirect, but the only way i thought of being able to do this was to
have some jsp page accepting an url in the QueryString and immediately
redirecting to it...
The problem comes because if i just redirect from my RemoveAction, i can't
put the values i want in the queryString and the listing on ViewAction won't
work!!
Is this a good way?? Something better please??
Thanks in advance
Ricardo Rocha
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>