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
How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?
How to build struts application in eclipse?
How tag libraries are defined in Struts?
What is defeult result type?
What is action class?
What are the sections into which a strut configuration file can be divided?
Which interceptor is responsible for mapping request parameters to action class Java Bean properties?
Define struts?
What is a custom tag?
What is the purpose of action-mappings tag in struct-config.xml?
How the flow of various requests happens in struts application?
how does request processor relates to action mapping?
What is the difference between struts and spring? Explain
Give an example where struts tiles may be used?
Why struts 1 classes are not thread safe whereas struts 2 classes are thread safe?