when we enter the data in the form how it is stored in
formbean class setter and getter methods?
Answer Posted / venu
when we enter the data in the form and click on submit,it will send the request to server and create FormBean object and added to scoped variable,call setter nethods and stored in formbean object
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is the use of token interceptor in Struts2?
What is token used for?
What inbuilt themes are provided by struts2?
How duplicate form submission can be controlled in struts?
What is xml based validation in struts2?
What is the purpose of @intrangefieldvalidator annotation?
What are the struts2 error message keys that can come during file uploading process?
What is validate() and reset() functions?
What are the important methods of actionform?
What is the purpose of @results annotation?
What is dispatchaction?
What is the use of web xml in struts2?
What is structs 2 validation framework?
What is the use of lookupdispatchaction?
How do you create message resource?