What is the purpose of struts.properties in struct2?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about the <html:base> tag?
What are the some useful annotations introduced in struts2?
Provide some important Struts2 constants that you have used?
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.
What are the major differences between html tags and strut specific html tags?
What is the purpose of struct-config.xml in struct2?
What is the purpose of action-mappings tag in struct-config.xml?
In which order struts framework searches for a message bundle?
What is the purpose of @typeconversion annotation annotation?
session menagement in servlets explaion briefly?
we have 7 jsp pages .At last page we have a submit button when we click it it will store all jsps data which we provide will store into database. when we starting providing data in jsp pages when we are at 3rd jsp at that time sessions timeout where the data will be store which we r provide in last two jsps?
What steps are required to for an application migration from Struts1 to Struts2?