Hi, all;
I create some action which have form on it.
Sometime I can access the ActionForm bean via classname,
sometime I can access it via variablename(*1), and sometime
I have to set it into request object (*2) to access it.
*1:
in Action, write this code, and access ActionForm via myForm.
MyActionForm myForm = (MyActionForm) form;
*2:
request.setAttribute("myForm",myForm);
Anyone can tell me the reason?
Regards;
Michael
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]