Re: How to call multiple submits in a jsp form(in STRUTS other than using javascript)

2004-08-16 Thread Frank Zammetti
[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: Re: How to call multiple submits in a jsp form(in STRUTS other than using javascript) Date: Sat, 14 Aug 2004 10:43:34 +0200 Hi Manjo, Have a look at the documentation for the LookupDispatchActi

Re: How to call multiple submits in a jsp form(in STRUTS other than using javascript)

2004-08-14 Thread Jeffrey Stairs
multiple submits in a jsp form(in STRUTS other than using javascript) > Hi, > >Is there any better way to call multiple submits in > a jsp form using Struts without using javascripts. > > I have to call diffrent actions on each submit,(say > listing , deleting and

How to call multiple submits in a jsp form(in STRUTS other than using javascript)

2004-08-13 Thread jacob skariah
Hi, Is there any better way to call multiple submits in a jsp form using Struts without using javascripts. I have to call diffrent actions on each submit,(say listing , deleting and adding) , this can be easily done through scripts , but what if scripts is disabled. Does Struts have any bett