Sorry, I'm still clueless.  It would probably be more helpful to see 
pieces of your config file.  Could you post the relevant pieces (forms, 
actions [including forwards])?

Hoang, Hai wrote:

>Basically, I've an Action1 handles the ActionForm1 and on ActionForm1 I have
>a property called actionName="update".  When I finish my work on the
>Action1, I forward the request (using mapping.findForward("success")) to
>Action2, which handles the ActionForm2 and it also has a property named
>actionName as well.  I was expecting that the value of actionName on the
>ActionForm2 to be null but in this case the value is also equals "update".
>I don't know why this happens.  I never set the value for the actionName on
>the actionForm2 and I still get the "update"
>
>Any ideas?  Thanks
>

-- 
Eddie Bush




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

Reply via email to