What steps are required to for an application migration from Struts1 to Struts2?
No Answer is Posted For this Question
Be the First to Post Answer
Is struts thread safe?
What are result types in struts?
How does struts2 token work?
How interceptor works in struts 2?
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.
How do u provide security to ur project?(Banking domain project)
What is the difference between session scope and request scope when saving formbean ?
In which order struts framework searches for a message bundle?
how will you view ur jsp page to the client by using properties file?
What are the core classes of struts?
What is struts validator framework?
How you will enable front-end validation based on the xml in validation.xml?