What is the DynaActionForm? How we implement the
dynaactionform ? can u please tell me the way to implement?
in understandable way?
Answer Posted / sekhar
Its a class .which can be used to write the for validations
directly in configuration files.No need to write the
forbeans class while using this class.Directly we can do the
validations in the xml file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
At the point, you should go for struts framework?
What are the classes used in struts?
how to develop the submit and search operations in single jsp using struts?
What is the life cycle of actionform?
When should be opt for struts framework?
Explain how can we upload files in struts2 application?
Can we have more than one struts-config.xml file for a single struts application?
Explain about tiles?
What is the purpose of @action annotation?
What is actionform in struts?
1.can we transfer a request from one struts application to another struts application? 2. how many types of action servlets r there what r they
What is filter dispatcher in struts?
What is strut web xml?
What are the 5 constants of action interface?
What is the purpose of execute() method?