Hi,

I don't know if is the best solution but you can specify redirect="true"

<forward name="success" path="/EventDisplay.do" redirect="true"/>


Andras.


On Fri, 2001-11-23 at 01:24, Greg Callaghan wrote:
> Hi,
> 
> Is it possible to clear request parameters.  Either remove them, or at least 
> reset them to another value?
> 
> I'm trying to forward from one action to another, where the 2nd action's 
> operations depends on request parameters.   For the entry point I'm coming 
> in from there need to be no request parameters, however there are still 
> request parameters which the first action picked up (via it's associated 
> form).   I really want to just drop the request parameters (not attributes) 
> in the first action before passing on to the 2nd action.  That is my mapping 
> for the first action is -:
> 
>    <forward name="success" path="/EventDisplay.do"/>
> 
> 
> Thanks in advance
> Greg
> 
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>



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

Reply via email to