How do you customize ActionServlet?

Answers were Sorted based on User's Feedback



How do you customize ActionServlet?..

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

How do you customize ActionServlet?..

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

How do you customize ActionServlet?..

Answer / raj

its for request processor

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More Struts Interview Questions

Give an example where struts tiles may be used?

0 Answers  


What are different ways to create Action classes in Struts2?

0 Answers  


Can you explain custom tag?

0 Answers  


State the procedure for using forward attribute of link tag’s.

0 Answers  


What is the purpose of global-forwards tag in struct-config.xml?

0 Answers  






what is the purpose of action servlet and action?

5 Answers  


Can you explain struts validator framework?

0 Answers  


How an actionform bean is created?

0 Answers  


Why use struts framework in java?

0 Answers  


Hi frnds Ima facing problm with tomcat configuration.kindly can any one tell to me what is the mistake iam doing.i already configured tomcat as fallowing http://www.ibm.com/developerworks/opensource/library/os-eclipse-tomcat/ even though iam getting the PortNO .and changed with different no of Ports but no working kindly can any one tell me what is the mistake iam doing........?

1 Answers  


What is ognl?

0 Answers  


What do you mean by inner class and anonymous class?

0 Answers  


Categories