Are interceptors thread safe?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of @conversion annotation annotation?
Hi Friends, why struts introduced in to web application. Plz dont send any links . Need main reason for implementing struts. Thanks Prakash
What validate() and reset() method does ?
How do struts work?
Is it possible to create mulitple instance of one Action Class in struts?
Which model components are supported by Struts?
What is difference between spring and struts?
What are the pros of struts 2?
What’s the difference between struts and espresso?
What is Struts2?
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 contents on web.xml in struts application ?