What are best practices to follow while developing Struts2 application?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of @typeconversion annotation annotation?
Explain struts.devmode?
What is dispatchaction?
how to write the configuration file of struts application if any one had simple struts application please it to me
What are best practices to follow while developing Struts2 application?
What is struts2 in java?
What is role of action class?
In struts.xml, what does the attribute "method" stands for in the "action" tag?
Explain the complete struts validator framework.
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
How you will display validation fail errors on jsp page?
In struts how to use regurlar formbeans using validation framework explain?