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 is switchaction?
What is struts-default package and what are it’s benefits?
Explain the complete struts validator framework.
What is Custom Type Converter in Struts2?
Can a reducer dispatch an action?
How to build struts application in eclipse?
What are different Struts2 tags? How can we use them?
What are the ways in which duplicate form submission can occur?
Explain the necessity of empty tag?
how to develop the submit and search operations in single jsp using struts?
How duplicate form submission can be controlled in struts?
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?
What is value stack?
Which model components are supported by Struts?
What do you mean by struts.dev mode?