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
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
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
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
4 matches
Mail list logo