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
Explain about logic match tag?
What are the cons of struts 2?
What is the purpose of @customvalidator annotation?
how to develop the submit and search operations in single jsp using struts?
How can we upload files in Struts2 application?
List the important attribute and elements of action mapping under struts.
Explain the components of struts?
What is difference between spring and struts?
How action mapping is configured in Struts?
What is the role of action class in struts?
Which interceptor is responsible for mapping request parameters to action class Java Bean properties?
Explain about tiles?
How struts 2 validation works?
What is actionmapping?
What is the purpose of redirect result type?