What are the applications of struts?
No Answer is Posted For this Question
Be the First to Post Answer
What is http redirect?
Explain how can we upload files in struts2 application?
Are struts thread safe?
What happens when Two users requests for same action class? How the threads are controlled?
What are action errors and error and what are the consequences they impose?
Main reasons for using servlet as a controller in struts. why not jsp
Difference between struts and spring? Or why use spring, if you are already using struts?
what is the advantages and diadvantages of Struts?
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.
where you will implement the tiles in struts?
What is the difference between requestaware and servletrequestaware interface?
What is the use of forwardaction?