RE: Multiple button with same value using same Action class

2004-09-15 Thread Gupta, Sahil
PROTECTED] Sent: Wednesday, September 15, 2004 9:55 AM To: Struts Users Mailing List Subject: Re: Multiple button with same value using same Action class It is not possible with lookupdispatchaction class. You need to have different method signatures. You have to have different names for your cancel

Re: Multiple button with same value using same Action class

2004-09-15 Thread struts lover
It is not possible with lookupdispatchaction class. You need to have different method signatures. You have to have different names for your cancel button like Cancel Sign, Cancel Reservation etc. --- Michael McGrady <[EMAIL PROTECTED]> wrote: > What you describe sounds impossible. How do you >

Re: Multiple button with same value using same Action class

2004-09-15 Thread Michael McGrady
What you describe sounds impossible. How do you have multiple methods with the same signature in one Action class? Michael Sebastian Ho wrote: Hi I have been using LookupDispatchActin for a while and everything works fine until.. I reuse the same Action class for a couple of JSPs. Some of the JS

Multiple button with same value using same Action class

2004-09-15 Thread Sebastian Ho
Hi I have been using LookupDispatchActin for a while and everything works fine until.. I reuse the same Action class for a couple of JSPs. Some of the JSP has the button Cancel in them. Because they are in different JSP, the forwarded JSP will be different when Cancel is selected. In the getKeyM