when we enter the data in the form how it is stored in
formbean class setter and getter methods?
Answer / 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 |
Which configuration file is used for storing jsp configuration information in struts?
Main reasons for using servlet as a controller in struts. why not jsp
What is filter dispatcher in struts?
What is the purpose of '@customvalidator'?
kindly can any one post for me portlet,hibernate,spring example code and configuration,and some related tutorials plz its urgent for me....thanks in advance ............
Name some of the features of struts2?
What are the benefits of Interceptors in Struts2?
What configurations are stored in struts configuration file ?
What are the components of struts framework?
Can we write our own ActionServlet for front controller of Struts Applications?
Is struts mvc framework?
What is difference between perform() used in struts1.0 and execute() used in 1.1 ?