You are probably forwarding to something2Action. 
If you redirect to something2Action, then the query parameters
will have been removed from memory.

robert

> -----Original Message-----
> From: James MacKenzie [mailto:[EMAIL PROTECTED]
> Sent: Monday, April 05, 2004 11:01 AM
> To: [EMAIL PROTECTED]
> Subject: Calling one action from another - removing request parameters
> 
> 
> Hi All,
> 
> I am having a small problem with Struts. If my application calls say 
> something1.do?row=10 and the result of this calls another action servlet 
> ie something2.do with no request parameters, something2Action is still 
> able to see request.getParameter("row").
> 
> Does anyone know why is this happening and is there a way of fixing it?
> 
> Thanks!
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

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

Reply via email to