RE: Help with JSP and javascript

2009-07-14 Thread Martin Gainty
Good Morning Mike http://www.prototypejs.org/api/ajax/updater could you illustrate how the prototype JS function works in struts? are you using a plugin? how would struts identify and create the 'items' container for 1st parameter illustrated here: new Ajax.Updater('items', '/items', { paramet

RE: Help with JSP and javascript

2009-07-14 Thread Security Management
For the record, here's what works. Thanks for the help. Mike. -Original Message- From: Wes Wannemacher [mailto:w...@wantii.com] Sent: Friday, July 10, 2009 3:03 PM To: Struts Users Mailing List Subject: Re: Help with JSP and javascript There is a way to escape quotes in OGNL

Re: Help with JSP and javascript

2009-07-10 Thread dusty
'$("form1").submit()' like I need. > > Thanks > > > > > - > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org &

RE: Help with JSP and javascript

2009-07-10 Thread Martin Gainty
den Inhalt uebernehmen. > From: w...@wantii.com > To: user@struts.apache.org > Subject: Re: Help with JSP and javascript > Date: Fri, 10 Jul 2009 15:03:08 -0400 > > There is a way to escape quotes in OGNL... I thought I had a sample sitting > around somewhere but I am not fi

Re: Help with JSP and javascript

2009-07-10 Thread Wes Wannemacher
t #foo is. > > > -----Original Message- > From: Wes Wannemacher [mailto:w...@wantii.com] > Sent: Friday, July 10, 2009 12:09 PM > To: Struts Users Mailing List > Subject: Re: Help with JSP and javascript > > On Friday 10 July 2009 11:49:04 Security Management wrote: > &

RE: Help with JSP and javascript

2009-07-10 Thread Security Management
nd 'door3', which is what #foo is. -Original Message- From: Wes Wannemacher [mailto:w...@wantii.com] Sent: Friday, July 10, 2009 12:09 PM To: Struts Users Mailing List Subject: Re: Help with JSP and javascript On Friday 10 July 2009 11:49:04 Security Management wrote

Re: Help with JSP and javascript

2009-07-10 Thread Wes Wannemacher
On Friday 10 July 2009 11:49:04 Security Management wrote: > Can someone suggest a way to do this: > > onclick='$("").request(); return false;'/> > > I have tried a bunch of ways, but always wind up with the in the resulting HTML, rather than '$("form1").submit()' like I need. > >

Help with JSP and javascript

2009-07-10 Thread Security Management
Can someone suggest a way to do this: I have tried a bunch of ways, but always wind up with the