What is the significance of logic tags in Struts?
No Answer is Posted For this Question
Be the First to Post Answer
What is request processor and how does it relates to action mapping?
What is Request Dispatcher and What is reuest Processor??
Why we use struts in java?
What’s the utilization of resource bundle properties file in struts validation structure?
How action mapping is configured in Struts?
What are action errors and error and what are the consequences they impose?
What are interceptors in struts 2?
What is the main difference between Mvc1 and Mvc2 Architecture??
7 Answers IBM, Ness Technologies,
What are the benefits of Interceptors in 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.
How to handle exceptions in structs?
What is action class? What are the types of action class?