What is the DynaActionForm? How we implement the
dynaactionform ? can u please tell me the way to implement?
in understandable way?
Answer Posted / guest
if u want declare declarative approch for field properites
we can use dynaactionform,
write a class
public class DynaActionServlet(Actionmapping,HttpRequest)
{
dynaactionForm daf=(dynaactionform)af;
---
----
---
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is struts in java with example?
What is the purpose of @conversion annotation annotation?
What is the use of forwardaction?
How the flow of various requests happens in struts application?
What steps are required to for an application migration from Struts1 to Struts2?
Give an alternative way to protect jsp’s with not much features from direct access.
If the framework doesn’t do what I want, can I request that a feature be added?
What are the 5 constants of action interface?
What is declarative exception handling in struts?
How struts2 supports internationalization?
Where can I get help with struts?
How does one create an action in struts 2?
For a single Struts application, can we have multiple struts-config.xml files?
What configuration changes are required to use resource files in Struts?
What should be the name of xml file used for validation in struts?