Hi,
    In your struts-config.xml you mention name of the form bean....
    Struts check whether this form bean exists at the path or not,if it don't thern 
error is displayed else a instance of your form bean is created  by calling the 
deafult constructor of form bean and there after first reset method is called and then 
all the properties are populated and then
validated...
I hope this goes fine with u
Regards
Abhishek Goel.

Kasinath wrote:

> Hi All,
>
> Can any one explain how the instance variable of ActionForm get instantiated with 
>posted form values. For examples I have written a LogonForm extending ActionForm 
>which has two variables username and password.In this regard how action servlet will 
>populate the instance variable of LogonForm.
>
> Thanks,
>
> Ravi

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

Reply via email to