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 |
Explain about the future of struts?
What are the loop holes of struts?
What is front controller in struts2?
What are pull and push mvc architecture and which architecture does struts2 follow?
How can I make own ActionServlet? with example
What is the different actions available in struts?
whats is mean Actionerrors and Actionerror?
What is Request Dispatcher and what is Request Process?
What are the differences between Struts1 and Struts2 or how Struts2 is better than Struts1?
Will the struts tags support other markup languages such as wml ?
What is the use of reset method of ActionForm class?
How an actionform bean is created?