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 |
How the flow of various requests happens in struts application?
Does struts include its own unit tests?
Can we have more than one struts-config.xml file for a single struts application?
Why we use struts in java?
What is the difference between validation.xml and validator-rules.xml files in struts?
I will explain the scenario now i have a form1 having some fields and i made it extends DynaActionForm. in struts config how can i specify another form form2 which has to extend the form1 please specify is it better to use actionform or dyna action form in applations. is dyna action form is comfortable in declaring form variables of type 'ArrayList<somegenerics>' extend the
how can you switch onemodule to another module by switch action class plz explain with exapmle?
1 Answers Atos Origin, HeadStrong, Satyam,
How can we work with error tags?
Difference between JSF Framework and Struts Framework.
13 Answers Accenture, BSS, IBM, TCS,
how will you view ur jsp page to the client by using properties file?
What is the difference between RequestProcessor and RequestDispatcher?
11 Answers Ness Technologies, TCS,
What does params interceptor?