what is the disadvantages of using DynaActionForm in struts
framework?
Answer Posted / 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 |
Post New Answer View All Answers
What do you mean by ognl?
How to work with error tags?
how to develop the submit and search operations in single jsp using struts?
How can forward action be used to restrict a strut application to mvc?
Which interceptor is responsible for mapping request parameters to action class Java Bean properties?
Give an alternative way to protect jsp’s with not much features from direct access.
Where should struts xml be placed?
How duplicate form submission can be controlled in struts?
What does validation interceptor?
What is the different actions available in struts?
What is the configuration files used in struts?
How many instances of servlet usually run in a struts application ?
Explain about the process of functioning of the struts program?
What does apache struts do?
What’s the difference between struts and turbine?