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 |
when connecting with the database,if database server is down,ho can we handle this exception in struts,how can we send error message to the user?
How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?
How struts 2 validation works?
What is the purpose of constant tag in struts.xml?
What is the flow of requests in struts based applications?
what is use of assert keyword in java..?
Why do the struts tags provide for so little formatting?
Which configuration files are used in struts?
i have list of values(e.g 100). using logic:iterate, how can i print the multiples of 5th element? how the logic:iterate will understand the multiples of 5.
Can you explain struts validator framework?
What is the purpose of @key annotation annotation?
Explain about the future of struts?