I would suggest not doing it like that, define a hidden property instead,
otherwise one day when you decide to debug your page and add method="get" to
the form tag (attribute, not parameter) you'd be surprised that it doesn't
work.

  <html:form action="modifyOutgoingMessage">
        <nested:hidden property="method" value="save"/>

Also with this construction you can quite elegantly add an onclick event to
your submit buttons which would set value of "method" to the value related
to the clicked button.


-----Original Message-----
From: andy wix [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 10, 2004 2:56 PM
To: [EMAIL PROTECTED]
Subject: RE: LookupDispatchAction issue

Hi,

This is now fixed.  It was because I didn't have a 'default' method 
specified in the form tag. I.e.,

  <html:form action="modifyOutgoingMessage?method=save">

Regards,
andy

_________________________________________________________________
It's fast, it's easy and it's free. Get MSN Messenger today! 
http://www.msn.co.uk/messenger


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



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

Reply via email to