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 difference between session scope and request scope when saving formbean ?
What is actionservlet?
How action-mapping tag is used for request forwarding in struts configuration file?
Which library is provided by struts for form elements like check boxes, text boxes etc?
Who wrote struts?
If the framework doesn’t do what I want, can I request that a feature be added?
Who makes the struts?
Which interceptor is responsible for i18n support?
What are the sections into which a strut configuration file can be divided?
In struts, how can we access java beans and their properties?
How to handle exceptions in structs?
Which interceptor is responsible for file upload support?
What is role of actionservlet?
How can we write our own interceptor and map it for action?
What are the contents on web.xml in struts application ?