Which interceptor is responsible for file upload support?
No Answer is Posted For this Question
Be the First to Post Answer
What is Request Dispatcher and What is reuest Processor??
What is the difference between empty default namespace and root namespace?
What is struts framework?
What is struts?
What is struts xml?
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.
Are actions thread safe?
What is the default suffix for struts2 action uri ?
Explain about the future of struts?
How does struts work?
What is the difference between forwardaction and includeaction?
how to get the last 10 elements using logic:iterate in struts with hiernate from database.