Answer Posted / satish
We can define the parameter in strutsconfig.xml like
dynaActionForm and extents our ActionForm to DynaActionForm.
So there is no need to write setter and getter method.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
How is a lookup dispatch action created?
What is the difference between forwardaction and includeaction?
Can explain about the validations and in your project where did u used the validations?
How action mapping is configured in Struts?
What is dispatch action class?
What is interceptor in Struts2?
What is discontinuous strut?
Is struts efficient?
How to get data from the velocity page in a action class?
What is a custom tag?
What is the purpose of form-beans tag in struct-config.xml?
Describe the mvc on struts?
Does struts include its own unit tests?
Can we have multiple struts config files in a single web app?
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?