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 many instances of servlet usually run in a struts application ?
What is struts xml?
Explain the difference between jakarta struts and apache struts?
what are componeents presents in Strutsconfig.xml?
In how many ways duplicate form submission can occurs?
What is the purpose of form-be tag in struct-config.xml?
how to develop the submit and search operations in single jsp using struts?
Give an example of validates method used to avoid errors.
What are the benefits of Struts framework?
Give an alternative way to protect jsp’s with not much features from direct access.
why servlet is used as controller not JSP?
drawback of Validation Framework where and how to write the connection pool object in the programe how to debug the programe and application in struts without using eclips