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 is actioncontext?
What are the aware interfaces in struts2?
Is Struts Framework part of J2EE?
How many instances of servlet usually run in a struts application ?
What is dispatch action class?
What is the purpose of '@customvalidator'?
In which order struts framework searches for a message bundle?
How client side validation is enabled on a jsp form?
Which library is provided by struts for form elements like check boxes, text boxes etc?
What is the purpose of @validations annotation?
Explain about the future of struts?
What is struts in java with example?
Can we integrate struts with spring?
Who makes the struts?
What is the purpose of action-mappings tag in struct-config.xml?