Re: Call Struts Action from JS

2003-01-09 Thread Gus Delgado
;<%=request.getContextPath()%>/getAccounts.do"; formObject.submit(); -Original Message- From: Siggelkow, Bill [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 11:20 AM To: 'Struts Users Mailing List' Subject: RE: Call Struts Action from JS What ty

RE: Call Struts Action from JS

2003-01-08 Thread Andrew Hill
27;Struts Users Mailing List' Subject: RE: Call Struts Action from JS Hi, IE 5.0 seems to be treating document.forms[0].action as an "Object", where as, earlier I used it directly set an URL string many times. Any ideas? Suresh >-Original Message- >From: Siggelkow, B

RE: Call Struts Action from JS

2003-01-08 Thread Suresh Addagalla
:54 PM >To: 'Struts Users Mailing List' >Subject: RE: Call Struts Action from JS > > >Also, I meant to say that the error from IE is saying that in >its DOM it doesn't have the property you are referring to. If >the formObject is actually the form itself then

RE: Call Struts Action from JS

2003-01-08 Thread Siggelkow, Bill
=request.getContextPath()%>/getAccounts.do"; formObject.submit(); -Original Message- From: Siggelkow, Bill [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 11:20 AM To: 'Struts Users Mailing List' Subject: RE: Call Struts Action from JS What type of ob

RE: Call Struts Action from JS

2003-01-08 Thread Siggelkow, Bill
dlers if you have them. In general, I don't like using the 'submit()' method but sometimes it is unavoidable. -Original Message- From: Gus Delgado [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 10:51 AM To: Struts Users Mailing List Subject: Call Struts Ac

Call Struts Action from JS

2003-01-08 Thread Gus Delgado
when I call an action from JavaScript like this, it works fine under Mozilla (Netscape) but I get a warning under IE, any ideas how to get around that popup. Error: "Object does not support this property of method" on the line that I call the struts action. If I select no on the popup it wil