What is struts2 in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is struts 2 framework in java?
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 to write uploadphoto in the insert update delete using struts? write code struts and jsp jdbc
How can duplicate form submission be handled in struts 2?
What is the purpose of interceptors?
its a ActionForm controller or model?
16 Answers Patni, TCS, Wipro,
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?
What is difference between spring and struts?
explain method overridding method overloding with examples?
Name some useful annotations introduced in Struts2?
Which interceptor is responsible for mapping request parameters to action class Java Bean properties?
List some struts tag libraries?