what is the disadvantages of using DynaActionForm in struts
framework?
Answers were Sorted based on User's Feedback
Answer / gurmeet singh
With Dyna action form you cannot use validate method for
validation.
| Is This Answer Correct ? | 22 Yes | 4 No |
Answer / alluri.nagaraju
DynaActionForm useful only for declarative validation is not
useful for programmatic validatios
| Is This Answer Correct ? | 14 Yes | 2 No |
Answer / ajay
In DynaActionForm you define fields in struts config file so
if u not use or forget any field there in form-bean tag it
not so you error at compile time and you got confuse why
application not displaying the particular field when you run
application.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / vineet
DynaActionForms uses more memory as compared with
ActionForms , hence it is suggested to use ActionForms.
| Is This Answer Correct ? | 7 Yes | 6 No |
Answer / shani kr. gupta
the disadvantages of using DynaActionForm in struts
framework is:
1.will not follow the Actual MVC Artitecture
2.using DynaActionForm,we can not do validation.
| Is This Answer Correct ? | 5 Yes | 12 No |
What are the classes used in struts?
What is ValueStack and OGNL?
What types of validations are available in xml based validation in struts2?
What is the default suffix for Struts2 action URI and how can we change it?
What’s the difference between struts and turbine?
What is purpose of execandwait interceptor?
List some bundled validators?
What is the purpose of @before?
How can you create your custom interceptor in struts 2?
In which method of action class the business logic is executed?
How to display validation errors on jsp page?
What do you mean by dynaactionform?