what is the disadvantages of using DynaActionForm in struts
framework?

Answers were Sorted based on User's Feedback



what is the disadvantages of using DynaActionForm in struts framework?..

Answer / gurmeet singh

With Dyna action form you cannot use validate method for
validation.

Is This Answer Correct ?    22 Yes 4 No

what is the disadvantages of using DynaActionForm in struts framework?..

Answer / alluri.nagaraju

DynaActionForm useful only for declarative validation is not
useful for programmatic validatios

Is This Answer Correct ?    14 Yes 2 No

what is the disadvantages of using DynaActionForm in struts framework?..

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

what is the disadvantages of using DynaActionForm in struts framework?..

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

what is the disadvantages of using DynaActionForm in struts framework?..

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

Post New Answer

More Struts Interview Questions

What is MVC?

6 Answers   Infosys,


What is the purpose of @requiredstringvalidator annotation?

0 Answers  


what r the disadvantages of MVC-2 Architecture?

2 Answers   Process IT,


tell me struts flow ?

5 Answers   BA Continnum Solutions, Exira, Fidelity, iGate,


What is the difference between struts and spring?

0 Answers  






Give the details of xml files used in validator framework?

0 Answers  


Explain about token feature in struts?

0 Answers   Tech Mahindra,


Explain about the library tag?

0 Answers  


Why use struts framework in java?

0 Answers  


What is the purpose of @doublerangefieldvalidator?

0 Answers  


How to carryout the validations in struts if the validator frame work cant handle the validation

2 Answers   Syntel,


How many action classes can be used in struts application?

0 Answers  


Categories