If the problem is that somethingAction2 sees row parameter, you have to
send a redirect when calling action2. You can set redirect="true" in the
forward. Request parameters cant be deleted during request life cicle.
When sending a redirect, a new request is generated, so original request
paramenters wont be in the new one.

Cheers.
Guillermo.

-----Original Message-----
From: James MacKenzie [mailto:[EMAIL PROTECTED] 
Sent: Lunes, 05 de Abril de 2004 12:01 p.m.
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]

NOTA DE CONFIDENCIALIDAD
Este mensaje (y sus anexos) es confidencial, esta dirigido exclusivamente a las 
personas direccionadas en el mail y puede contener informacion (i)de propiedad 
exclusiva de Interbanking S.A. o (ii) amparada por el secreto profesional. Cualquier 
opinion en el contenido, es exclusiva de su autor y no representa necesariamente la 
opinion de Interbanking S.A. El acceso no autorizado, uso, reproduccion, o divulgacion 
esta prohibido. Interbanking S.A no asumira responsabilidad ni obligacion legal alguna 
por cualquier informacion incorrecta o alterada contenida en este mensaje. Si usted ha 
recibido este mensaje por error, le rogamos tenga la amabilidad de destruirlo 
inmediatamente junto con todas las copias del mismo, notificando al remitente. No 
debera utilizar, revelar, distribuir, imprimir o copiar este mensaje ni ninguna de sus 
partes si usted no es el destinatario. Muchas gracias.



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

Reply via email to