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 |
How can we work with error tags?
How to depoly your struts application in JBOSS
1 Answers HP, NuWare, Satyam, Wipro,
Why use spring, if you are already using struts?
How many action classes can be used in struts application?
What is Portlet???? when,where and why we use it ??
3 Answers Infotech, Rebaca, Wipro,
What is strut web xml?
Why we use struts in java?
How is the Struts framworl related to MVC2?
What is the purpose of @element?
Can we integrate struts with spring?
What is the use of form bean in struts?
When should we use SwtichAction?