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 the purpose of @validations annotation?
What is the difference between struts and spring?
How to combine the struts with velocity template?
How can we integrate log4j in Struts2 application?
Who wrote struts?
How can forward action be used to restrict a strut application to mvc?
How to get data from the velocity page in a action class?
Are actions thread safe?
Which interceptor is responsible for file upload support?
What is the purpose of @before annotation?
What is discontinuous strut?
What is s token?
Explain the core end goal while using java struts?
What is the difference between validation.xml and validator-rules.xml files in struts?
Can you explain the directory structure for a struts folder in brief ?