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 controller in struts2?
What is the purpose of constant tag in struts.xml?
What are the struts2 configuration properties that control file uploading process?
What is the purpose of '@customvalidator'?
What are the pros of struts 2?
What is the different actions available in struts?
What is action chaining ?
What are the struts2 error message keys that can come during file uploading process?
How many instances of servlet usually run in a struts application ?
Why we use struts in java?
What is the difference between struts and spring?
How many struts config file can be created in struts?
What is struts 2 framework in java?
What is actioninvocation in struts2?
What is apache struts framework?