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
Can you explain struts.properties in struts2?
What are action errors and error?
What is the purpose of @validations annotation?
What are the steps required for setting up validator framework in struts?
How long do struts last?
How does one create an action in struts 2?
What are the two types of validations supported by validator framework?
Can we have multiple struts config files ?
What do you mean by the abstract package in struts2, and what is its utilization?
What is the configuration files used in struts?
Explain about tiles?
What is actionmapping?
What is struts2 framework?
Explain about the validation steps which have to be carried during validation of client-side address?
How to use dispatchaction?