How do you customize ActionServlet?
Answers were Sorted based on User's Feedback
Answer / deepshikha beck
we need to override processPreprocess(resquest,response)
method of RequestProcessor class to customize action servlet
| Is This Answer Correct ? | 18 Yes | 2 No |
Answer / srinu
you customize ActionServlet from RequsetProcessor class.In
request process class one method is their that is
processPreprocess(request,response).we can override this
method we can achieve the customize ActionServlet.
| Is This Answer Correct ? | 5 Yes | 0 No |
Main reasons for using servlet as a controller in struts. why not jsp
What is the purpose of @results?
Why should we go for struts framework?
Can we write Structs application without using Action Class directly or indirectly(extends Action class)
Which model components are supported by Struts?
kindly can any one post for me portlet,hibernate,spring example code and configuration,and some related tutorials plz its urgent for me....thanks in advance ............
What does execandwait interceptor?
what is project architecture?give brief explanation about project architecture?
3 Answers CTS, Etisalat, IBM, Infinite Computer Solutions, Mphasis,
How tag libraries are defined in Struts?
What is the use of ActionErrors in Struts
What is Model 1 and Model 2?
what is the struts internal code?