how to write my own Action servlet by extending
pre-defined Action servlet in struts config.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / kans
am not sure but folloing is the answer for this
we can write our own action servlet by extending
requestprocessor,requestprocessor is the class where u
define ur own methods,like processpreprocess().isUserinRole
()
Is This Answer Correct ? | 0 Yes | 8 No |
explain the Struts flow?
What are the differences between http direct and http indirect?
Why do we need mapdispatchtoprops?
struts 1.3 features?
State the procedure for using forward attribute of link tag’s.
Where should struts xml be placed?
In web.xml file instead of *.do can i write *.ibm, Specify with example
How many types of action clases are there in stuts and their uses?
15 Answers OHO, TCS, Wipro,
What is Custom Type Converter in Struts2?
what is purpose cvs and vss in eclipse?
struts is thread safe or not ?give me answer as early as possible
What kind of mvc is struts 2?