What is the different actions available in struts?
No Answer is Posted For this Question
Be the First to Post Answer
How tag libraries are defined in Struts?
What is Request Dispatcher and What is reuest Processor??
multiple instances for action class is it possible
What is the purpose of @before?
Struts follows which design patterns?
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
For a single Struts application, can we have multiple struts-config.xml files?
Why use spring, if you are already using struts?
What is the purpose of @after?
What is controller in struts ?
How can we upload files in Struts2 application?
What are different ways to create Action classes in Struts2?