Search This Blog

Sunday 3 October 2010

What is form bean object?

For example I would like to create "form bean" , now client entered username and password at browser side that means opening one browser we can enter username and password.  Once is submitted this form, these values will be stored in Server side.
In Server side, One class , it will have one object so these data (username and password) is saved in side the object.  This object is called Form bean object in struts.


You may like the following articles:
What is class path?
Form bean