Re: Same action with multiple submit buttons

2005-12-25 Thread Srinivasu Gandu
with multiple submit buttons Hi, Thnaks for the tip reg LookupDispatchAction, but the problem is that I have the same name for different buttons in the same form. In that case, how will I know which button submitted that action

Re: Same action with multiple submit buttons

2005-12-22 Thread Dakota Jack
Again, how lookup dispatch action works is explained at http://www.michaelmcgrady.com/button/. But the options there are simpler, faster, superior. LookupDispatchAction is a dynosaur. On 12/21/05, Shiby Maria John [EMAIL PROTECTED] wrote: Hi, I tried using the LookupDispatchAction for

Re: Same action with multiple submit buttons

2005-12-21 Thread Pazhanikanthan Periasamy
Extn: 40123 Shiby Maria John [EMAIL PROTECTED] 12/21/2005 03:02 PM Please respond to Struts Users Mailing List user@struts.apache.org To Struts Users Mailing List user@struts.apache.org cc Subject Same action with multiple submit buttons Hi, Thnaks for the tip reg LookupDispatchAction

Re: Same action with multiple submit buttons

2005-12-21 Thread Shiby Maria John
: | | Subject: Re: Same action with multiple submit buttons | --| Have a hidden attribute called method. Assign this param

Re: Same action with multiple submit buttons

2005-12-21 Thread Pazhanikanthan Periasamy
To Struts Users Mailing List user@struts.apache.org cc Subject Re: Same action with multiple submit buttons But that will require javascript, isnt it?? |-+-- | | Pazhanikanthan Periasamy | | | [EMAIL PROTECTED

Re: Same action with multiple submit buttons

2005-12-21 Thread David Delbecq
List user@struts.apache.org | | cc: | | Subject: Re: Same action with multiple submit buttons

Re: Same action with multiple submit buttons

2005-12-21 Thread Dakota Jack
: | | Subject: Re: Same action with multiple submit buttons | --| Have a hidden attribute called method. Assign

Re: Same action with multiple submit buttons

2005-12-21 Thread Shiby Maria John
: 12/21/2005 03:26 Subject: Re: Same action with multiple submit buttons PM

Re: Same action with multiple submit buttons

2005-12-21 Thread Shiby Maria John
Hi, I tried using the LookupDispatchAction for this... But I am gettng this error.. Can anyone explain how this class works?? java.lang.NullPointerException org.apache.struts.actions.LookupDispatchAction.execute(LookupDispatchAction.java:233)