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 |
Hai all.What is the use of <logic:iterate>tag in struts application.
What does apache struts do?
What are the action classes in struts?
Can you explain struts validator framework?
Can we have multiple struts-config files in a single web app? If yes why should we have them? Will multiple copies make any impact on performance?
In ActionClass we can use only one action i.e execute(), but in DispatchAction we can use multiple actions.My question is , we can use multiple actions in Action class if(action.equals("add") if(action.equals("update"). Then when to use Action and DispatchAction which is frequently in webapplications.
Which interceptor is responsible for file upload support?
Can explain about the validations and in your project where did u used the validations?
What is http redirect?
What is struts in j2ee?
How does interceptor work in struts2?
Are struts and shocks the same?