Hai all.Can i develope Struts action class without execute(-,-
,-,-)method.Ifd it's possible plz provide some sample code.
Answer Posted / naman patidar
I want to add some points reply of Sreekanth Madamanchi.
1. DynaAction class should be used only when you are having
more then one action on you form.
2. JSP must have same action name as of method in the action
class
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Which model components are supported by Struts?
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?
What is dispatchaction?
What are the ways in which duplicate form submission can occur?
How exceptions are handled in struts application?
State the procedure for using forward attribute of link tag’s.
Describe validate() and reset() methods.
What are apache struts?
Is struts compatible with other java technologies?
What is struts and springs in java?
List the important attribute and elements of action mapping under struts.
What is http redirect?
What is actionmapping?
What is ognl?
What is the use of resourcebundle.properties file in Struts Validation framework?