Re: Difference between DispatchAction and LookupDispatchAction

2006-03-30 Thread Rafael Nami
God, if I had this in my project a year ago :( 2006/3/30, Michael Jouravlev <[EMAIL PROTECTED]>: > > On 3/30/06, vasumathi <[EMAIL PROTECTED]> wrote: > > Hi > > i like to know the difference between DispatchAction and > > LookupDispatchAction in struts 1.2. anyone can help me... > > They bot

Re: Difference between DispatchAction and LookupDispatchAction

2006-03-30 Thread Michael Jouravlev
On 3/30/06, vasumathi <[EMAIL PROTECTED]> wrote: > Hi > i like to know the difference between DispatchAction and > LookupDispatchAction in struts 1.2. anyone can help me... They both have their deficiencies. If you are looking for a good dispatching action, use EventActionDispatcher from Struts

Re: Difference between DispatchAction and LookupDispatchAction

2006-03-30 Thread Frank W. Zammetti
A DispatchAction contains a number of different methods other than the standard execute(). These methods are executed based on some request parameter. Your action mapping in struts-config specifies the request parameter to examine. Then, whatever the value of that parameter is for a given reques

Re: Difference between DispatchAction and LookupDispatchAction

2006-03-30 Thread Ted Husted
The LookupDispatchAction * http://struts.apache.org/struts-extras/apidocs/org/apache/struts/actions/LookupDispatchAction.html is designed for use in localized applications that will have different labels on buttons in different locales. People will sometimes want to give multiple button the same