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 |
What is the purpose of @typeconversion annotation annotation?
Can we use struts and spring together?
How exceptions are handled in struts application?
what is frame work in struts?
how to implement singletun design patteren in struts?
What are the contents on web.xml in struts application ?
What is life cycle of an interceptor?
Difference between struts and spring?
In how many ways duplicate form submission can occurs?
How to depoly your struts application in JBOSS
1 Answers HP, NuWare, Satyam, Wipro,
when we enter the data in the form how it is stored in formbean class setter and getter methods?
explain the struts-configuration file?