What is difference between actionform and dynaactionform?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between ServletContext and ServletConfig?
In ActionClass we can use only one action i.e execute(), but in DispatchAction we can use multiple actions.My question is , we can use multiple actions in Action class if(action.equals("add") if(action.equals("update"). Then when to use Action and DispatchAction which is frequently in webapplications.
Can u call Action class methods fro struts-config.xml file?
Explain about token feature in struts?
What is Struts Flow?
what is a RequestProcessor?
Which components are available using actioncontext map?
What is the use of forwardaction?
What is interceptor? And life cycle methods of interceptor?
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 forward action utilized for?
What are the core components of a struct2 based application?