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 |
How struts2 supports internationalization?
What is a custom tag?
What configuration changes are required to use resource files in Struts?
Lists the bundled validators in struts?
Name some useful annotations introduced in Struts2?
What is discontinuous strut?
How action mapping is configured in Struts?
What happens when Two users requests for same action class? How the threads are controlled?
How to use forward action to restrict a strut application to mvc?
What is difference between struts1 and struts2?
How you will make available any message resources definitions file to the struts framework environment?
What are pull and push mvc architecture and which architecture does struts2 follow?