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
What is the use of namespace in action mapping in Struts2?
What is difference between lookupdispatchaction and dispatchaction?
Which model components are supported by Struts?
Are the struts tags xhtml compliant ?
How can we work with error tags?
Where can I get help with struts?
Which tag is used to declare constants in struts xml?
What is the purpose of @result annotation?
Can a reducer dispatch an action?
What are the contents on web.xml in struts application ?
What is actionservlet?
What is interceptor in Struts2?
What is action class? What are the types of action class?
Which design pattern the interceptors in struts2 is based on?
What are the components of struts framework?