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 |
Describe the mvc on struts?
How to work with error tags?
What is struts2 in java?
What is the purpose of @result?
What is the purpose of @result annotation?
How do struts work?
What are different Struts2 tags? How can we use them?
if u r using eclipse tool how can u debbaging u r application? plz explain with sample code
How to explain Software Bank Loan descriptions
0 Answers Kekran Mekran, Wipro,
What are result types in struts?
Can you explain the directory structure for a struts folder in brief ?
What is ognl?