| Author |
dispatcher Vs action dispatcher
|
kri shan
Ranch Hand
Joined: Apr 08, 2004
Posts: 1300
|
|
|
What is the difference between dispatcher and action dispatcher is Struts ?
|
 |
Marc Peabody
pie sneak
Sheriff
Joined: Feb 05, 2003
Posts: 4725
|
|
|
There are DispatchAction classes in Struts. I don't know what classes you are referring to.
|
A good workman is known by his tools.
|
 |
kri shan
Ranch Hand
Joined: Apr 08, 2004
Posts: 1300
|
|
|
What is DispatchAction classes in Struts ?
|
 |
Kalyana Sundaram
Ranch Hand
Joined: Mar 18, 2005
Posts: 94
|
|
The DispatchAction class is used to group logically related actions in one class. We should extend the DispatchAction class and provide one method for each logical action. The method to be executed is passed as the request parameter to the class grouping those logical Actions.
|
Only those who will risk going too far can possibly find out how far one can go !!!
|
 |
 |
|
|
subject: dispatcher Vs action dispatcher
|
|
|