Form Bean is part of struts presentation layer. Form Bean is container of data. Simply we can say that form bean is nothing but a java class which have mainly its properties and setter and getter methods. Form Bean contains the user's data.
Form Bean can be in three Scopes:
Form Bean can be in three Scopes:
- request
- session
- application
- With the client submitted data, here Request Processor will be done it automatically.
- With the data collected from DB, here we have to do explicitly
- ActionForm
- DynaActionForm
- ValidatorForm
- DynaVarlidatorForm
- ValidatorActionForm
- DynaValidatorActionForm
0 comments :
Post a Comment