Morales de Frķas wrote:

Hello ””

First thanks in advance if you are reading me, and please be patient with my 
english...


I have an action which forward is another action. (A1, A2). And his actionForm (AF1, AF2)

My question is how can i pass to A2 any parameter? Can i establish values for its actionForm (A2) from the first action?


in A1:

request.setAttribute("parameterName", someObject);
mapping.findForward("keyToA2");

then in A2:

request.getAttribute("parameterName");

hth,

Manos

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



Reply via email to