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’s the difference between struts and turbine?
What does params interceptor?
What are disadvantages of Struts?
What design patterns are used in struts?
Explain about how requests from the client are sent?
Can you give an overview of how a struts application flows?
What is apache struts framework?
Can you explain struts.properties in struts2?
What is struts 2 framework in java?
What is actioninvocation?
how does request processor relates to action mapping?
how to debug struts project in netbean ?
What is a custom tag?
Explain about the validation steps which have to be carried during validation of client-side address?
Explain architecture of struts2?