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 are the conditions for actionform to work correctly?
wahts the diif between Mvc1 and Mvc2?
How can we display all validation errors to user on jsp page?
where you use thread in your java project?
I will explain the scenario now i have a form1 having some fields and i made it extends DynaActionForm. in struts config how can i specify another form form2 which has to extend the form1 please specify is it better to use actionform or dyna action form in applations. is dyna action form is comfortable in declaring form variables of type 'ArrayList<somegenerics>' extend the
What is the need of struts?
is it necessary to write struts-confing.xml ,what tags are important in that xml file?
In which method of action class the business logic is executed?
multiple instances for action class is it possible
What is the difference between filters and interceptors ?
Does apache tomcat use struts?
What is the purpose of @beforeresult annotation?