What is filter dispatcher in struts?
No Answer is Posted For this Question
Be the First to Post Answer
Can you explain struts validator framework?
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.
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?
Explain about the validation steps which have to be carried during validation of client-side address?
What is the purpose of @result?
Who makes the struts?
How Struts internally works? For Example if we type the URL "/login.do" how the process goes internaly? How the struts-config.xml loaded?
How to use dispatchaction?
What are the contents on web.xml in struts application ?
can we change the location of struts-config.xml file?
How to convert struts to spring mvc?
How action-mapping tag is used for request forwarding in struts configuration file?