diffrence between dispatch action and lookupdispatch action
write simple web appliction (insert records in database)
Answer Posted / k.v.s.ravindrareddy
In the DispatchAction there are two jsp's with different
actions so we need to write two action classes and both
action classes should do different job for any class.
(insertStudent or updateStudent) instead of writing two
classes write one Action class with different methods and it
contains the diffenet logic. and in struts-config.xml file
parameter attribute should be parameter.....
In the LookupDispatchAction also like DispatchAction
here also instead of writing two Action class write two
methods in one class... and write getKeyMethodMap()
object.... This LookupDispatchAction is I18N and
DispatchAction....
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
What is struts and springs in java?
What is apache struts framework?
What is http forward?
What are the 5 constants of action interface?
How can we work with error tags?
What kind of mvc is struts 2?
What is the purpose of @conversion annotation annotation?
What is struts2 in java?
what is meant by Struts Validator Framework?
Explain about token feature in struts?
How do you find the struts version being used in a project?
What are the major differences between html tags and strut specific html tags?
Explain design patterns which is used in struts?
What is the purpose of @result annotation?
What is the use of lookupdispatchaction?