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 type of forward class in Struts?
What does validation interceptor?
What steps are required to for an application migration from Struts1 to Struts2?
Why are frameworks used?
Can we have multiple struts config files in a single web app?
What is the use of struts?
What is an interceptor stack?
In struts how to use regurlar formbeans using validation framework explain?
while working struts in intellij 7.0error unable to initialize tld location cache: zip file is closed is displayed anybdy can answer me immdialy .ungert
Is there a particularly good ide to use with struts?
How we can install struts?
what is tiles in struts?