diffrence between dispatch action and lookupdispatch action
write simple web appliction (insert records in database)
Answer Posted / ala
Both LookupDispatchAction and DispatchAction are subclass
of ActionClass.The Advantage of LookupDispatchAction is the
methodName should be different.
| Is This Answer Correct ? | 5 Yes | 31 No |
Post New Answer View All Answers
When do I need “struts.jar” on my classpath?
What are the major differences between html tags and strut specific html tags?
Explain about struts relation to html tags?
What are the some useful annotations introduced in struts2?
How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?
How is forward action used for integration?
What is difference between lookupdispatchaction and dispatchaction?
What is the purpose of @action annotation?
How tag libraries are defined in Struts?
1.can we transfer a request from one struts application to another struts application? 2. how many types of action servlets r there what r they
What validate() and reset() method does ?
How you will enable front-end validation based on the xml in validation.xml?
For a single Struts application, can we have multiple struts-config.xml files?
What is form bean in struts?
What is the default suffix for struts2 action uri ?