Re: DispatchAction and button labels

2007-03-27 Thread Michael Jouravlev
On 3/26/07, Ashuin Sharma Chamorro <[EMAIL PROTECTED]> wrote: Is it possible to use a DispatchAction but that some of the submit buttons display the same name, but they redirect to different methods? Use EventActionDispatcher or EventDispatchAction. http://wiki.apache.org/struts/EventActionDis

DispatchAction and button labels

2007-03-26 Thread Ashuin Sharma Chamorro
Is it possible to use a DispatchAction but that some of the submit buttons display the same name, but they redirect to different methods.??? I have tried this: Activate Activate It keeps rendering the value as the submit button“s displayed label. So what am I doing wrong?? What