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

Which interceptor is responsible for i18n support?

0 Answers  


What is the purpose of @conversionerrorfieldvalidator annotation?

0 Answers  


What do you mean by the abstract package in struts2, and what is its utilization?

0 Answers  


how to implement singletun design patteren in struts?

5 Answers   HCL,


Explain the difference between jakarta struts and apache struts?

0 Answers  






what are tiles in struts?

3 Answers   Wipro,


which MVC architecture struts follows and why?

6 Answers   IBM,


Explain struts.devmode?

0 Answers  


How do I install struts?

0 Answers  


What is difference between actionform and dynaactionform?

0 Answers  


What is the need of struts?

0 Answers  


Hi Friends, am new to struts.I read that " you can store variables in xml file(properties file) and for future enhancements we just call properties file . Now i want to implement this , where can i call properties file to enhance my application. My question is where this properties file will be called.

1 Answers  


Categories