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
No Answer is Posted For this Question
Be the First to Post Answer
What configurations are stored in struts configuration file ?
Who makes the struts?
Hi frnds Ima facing problm with tomcat configuration.kindly can any one tell to me what is the mistake iam doing.i already configured tomcat as fallowing http://www.ibm.com/developerworks/opensource/library/os-eclipse-tomcat/ even though iam getting the PortNO .and changed with different no of Ports but no working kindly can any one tell me what is the mistake iam doing........?
can we change the location of struts-config.xml file?
What is action chaining ?
How can you create your custom interceptor in struts 2?
Explain the core end goal while using java struts?
What is the use of web xml in struts2?
How you will enable front-end validation based on the xml in validation.xml?
what is the diff between struts1.0 and struts2.0
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.
In Struts Programming which is the controller,which is the model?