Michael Jouravlev wrote:
> 
> Simple ways don't work for you, eh? Why would not you just use plain old
> 
> <input type="submit" name="method" value="delete" />
> 

No, because of using resource bundles to set the value of the buttons for
different languages.


Michael Jouravlev wrote:
> 
> Do you need to have different events for one button depending on some
> other condition? if not, then the only other reason would be that you
> want to have a fancier button caption instead of "delete". In this
> case forget about DispatchAction. Better choices like
> EventDispatchAction or EventActionDispatcher are available:
> http://wiki.apache.org/struts/EventActionDispatcher
> 
> Michael.
> 

That looks fine. I'll try it out. Thanks!

-- 
View this message in context: 
http://www.nabble.com/Trouble-with-DispatchAction-tf3696632.html#a10364370
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to