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
How can duplicate form submission be handled in struts 2?
Can we integrate struts with spring?
What are the main classes which are used in struts application?
How is the mvc design pattern used in struts framework?
What is difference between spring and struts?
What is the purpose of constant tag in struts.xml?
What are Struts2 core components?
Difference between struts and spring?
What does validation interceptor?
What is struts in java with example?
How client side validation is enabled on a jsp form?
Why are springs better than struts?
How many action classes can be used in struts application?
What is the flow of requests in struts based applications?
How can we display all validation errors to user on jsp page?