RE: Struts-Menu onClick & forcing a submit

2003-03-17 Thread Edgar Dollin
:10 AM > To: 'Struts Users Mailing List' > Subject: RE: Struts-Menu onClick & forcing a submit > > > Hi Edgar, > > It's a user requirement to use a horizontal dropdown menu to > initiate actions. For example the menu would look like: > > [Home] [Acti

RE: Struts-Menu onClick & forcing a submit

2003-03-17 Thread Jack Zakarian
TECTED] Sent: Monday, March 17, 2003 10:49 AM To: 'Struts Users Mailing List' Subject: RE: Struts-Menu onClick & forcing a submit It is puzzling why you would be using the 'menu' instead of on page links or buttons to submit the form. There is no way to do it using struts-

RE: Struts-Menu onClick & forcing a submit

2003-03-17 Thread Edgar Dollin
rch 17, 2003 7:03 AM > To: '[EMAIL PROTECTED]' > Subject: Struts-Menu onClick & forcing a submit > > > Hi, > > > > I am using Coolmenu4 and setting location to the URL to > execute e.g. location="ServiceInvoice/save.do". > > I found

Struts-Menu onClick & forcing a submit

2003-03-17 Thread Jack Zakarian
Hi, I am using Coolmenu4 and setting location to the URL to execute e.g. location="ServiceInvoice/save.do". I found that this does not force a submit so my action form is not populated. To force a submit I tried the onClick e.g. onClick=submitSave('ServiceInvoice/save.do'). This does n