How struts control data flow?
No Answer is Posted For this Question
Be the First to Post Answer
Which configuration files are used in struts?
What are the differences between http direct and http indirect?
How you will enable front-end validation based on the xml in validation.xml?
How to depoly your struts application in JBOSS
1 Answers HP, NuWare, Satyam, Wipro,
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
Which class is the Front Controller in Struts2?
collection framework hirarchy?
What do struts do?
What do you mean by struts.dev mode?
What is role of actionservlet?
Can we have multiple struts-config files in a single web app? If yes why should we have them? Will multiple copies make any impact on performance?
why do we typecast ActionForm into our plain java bean class in Action class? What is the reason?