what is diffrence between Dynaactionform,actionform and
Dynavalidateform
Answer Posted / madhukiran
ActionForm will populate the properties depending on the
respective JSP fields.In this we can specify the validate()
method (if required) for validations or else you can use
ActionErrors for validating..
DynaActionForm has to be defined in Struts-config.xml and
it may have many property fields. We can use this form for
many no.of JSPs.Single dynaActionForm can serve for many
number of JSPs.
DyanValidateForm is same as DynaActionForm but we no need
to specify explicitly for the Validations. If we define a
DynaActionForm as DynaValidateForm, then it will look up of
rthe validations.
One more is there DynaValidatorActionForm which will allow
you to specify the path variable of <action> tag in
Validator.xml where as in DynaValidateForm will take
formname.
Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What are the steps used to setup dispatch action?
What are inner class and anonymous class?
How is the mvc design pattern used in struts framework?
How do you convert struts to springs?
Give an example of validates method used to avoid errors.
How many struts config file in a struts application?
What are the core classes of struts framework? Explain
Explain integrate log4j in struts2 application?
How duplicate form submission can be controlled in struts?
What is actionform in struts?
What is http forward?
What is interceptor? And life cycle methods of interceptor?
What are the core classes of the struts framework?
What’s the utilization of resource bundle properties file in struts validation structure?
What are the steps of struts installation?