how to write my own Action servlet by extending
pre-defined Action servlet in struts config.
Answer Posted / chandra
to write you r own action servlet u need to extend the
ReqestProcessor and override the methods u want...
and in struts-config.xml specify the controller
<controller
processorClass="org.apache.struts.action.RequestProcessor"
/>;
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
What are the steps involved in creating a strut application?
What is s token?
What does validation interceptor?
What is the need of struts?
What does action do in struts?
What is the purpose of @key annotation annotation?
What is the front controller in struts2?
What inbuilt themes are provided by struts2?
Do we need to pay the struts if being used in commercial purpose?
How an actionform bean is created?
What is the purpose of struts.properties in struct2?
How do I install struts?
Why do we need mapdispatchtoprops?
What is actioncontext?
How is the mvc design pattern used in struts framework?