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
What is the struts in java?
Name some of the features of struts2?
Explain design patterns which is used in struts?
Why actionservlet is singleton in struts?
What is the use of web xml in struts2?
What is front controller in struts2?
What is the purpose of @expressionvalidator annotation?
What is the purpose of @requiredstringvalidator annotation?
Which class is the Front Controller in Struts2?
State the procedure for using forward attribute of link tag’s.
In struts, how can we access java beans and their properties?
What is struts framework in java?
What does i18n interceptor?
How you will make available any message resources definitions file to the struts framework environment?
What is the purpose of @beforeresult?