what us Dyna action form?
Answers were Sorted based on User's Feedback
Answer / madhu
Dyna action is a subclass of action form
In Dyna action form we need not Create getter and setter
methods.
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / dipesh
You dont need to Write Separate Class for your form by
extending Action Just write ur property methos in Struts XML
| Is This Answer Correct ? | 11 Yes | 2 No |
Answer / n.ravikumar
If using the Dyna Action form no need to given setter and
getter method again and again.
Advantages:
Time Consuming, Fast access, less memory
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / venkat
Dyna action form is with out form called "Dyna action form".
this is we can write inside struts-config.xml file.
inside the struts-config.xml we can set values.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is string example?
Is there any difference between synchronized methods and synchronized statements?
What is anagram of a string?
How do you get the length of a string in java?
what is difference between business delegate and data access object(dao)? in java?
What is lazy initialization in java?
What is the list interface?
What does %4d mean in java?
What is gui programming?
What is the difference between break and continue statements?
When you declare a method as abstract method ?
What is the difference between multiple processes and multiple threads?