RE: Strut2 JQuery (O/T) amending pom.xml to work with lucene

2011-02-17 Thread Martin Gainty
manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. From: mgai...@hotmail.com To: user@struts.apache.org Subject: RE: Strut2 JQuery Date: Wed, 16 Feb 2011 21:05:12 -0500 ..in case anyone is interested.. the new and improved grid control now persists enti

RE: Strut2 JQuery

2011-02-17 Thread Johannes Geppert
Newton [mailto:davelnew...@gmail.com] >> Sent: Monday, February 14, 2011 7:26 AM >> To: Struts Users Mailing List >> Subject: Re: Strut2 JQuery >> >> > is a better plugin I could use to get the same results or whether >> just >> > using JQuery directly

RE: Strut2 JQuery

2011-02-16 Thread Martin Gainty
contenu fourni. From: mgai...@hotmail.com To: user@struts.apache.org Subject: RE: Strut2 JQuery Date: Mon, 14 Feb 2011 08:44:26 -0500 if you take a look at the capabilities of the original Jquery library you will see jquery-plugin is missing features (for grid) and requires work ht

RE: Strut2 JQuery

2011-02-14 Thread Martin Gainty
14 Feb 2011 06:28:50 -0800 > From: jo...@web.de > To: user@struts.apache.org > Subject: Re: Strut2 JQuery > > > Hi Chris, > > when you move the javascript into an external js file. > you can create an global javascript variable like this : > > var s

Re: Strut2 JQuery

2011-02-14 Thread Johannes Geppert
ute in this case... > > Chris > > > - > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > > - --- web: http://www.jg

Re: Strut2 JQuery

2011-02-14 Thread Dave Newton
On Mon, Feb 14, 2011 at 8:43 AM, CRANFORD, CHRIS wrote: > I tried passing the JS through something that understands JSP but it > seemed to have been a failed attempt as nothing seemed to work. I'd guess it's not being done correctly, then? Without knowing more it's tough to help, but unless someth

RE: Strut2 JQuery

2011-02-14 Thread Martin Gainty
ligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Mon, 14 Feb 2011 08:25:34 -0500 > Subject: Re: Strut2 JQuery > From: davelnew...@gmail.com > To: user@struts.apache.or

RE: Strut2 JQuery

2011-02-14 Thread CRANFORD, CHRIS
Dave Newton [mailto:davelnew...@gmail.com] > Sent: Monday, February 14, 2011 7:26 AM > To: Struts Users Mailing List > Subject: Re: Strut2 JQuery > > > is a better plugin I could use to get the same results or whether > just > > using JQuery directly is the acceptable r

Re: Strut2 JQuery

2011-02-14 Thread Dave Newton
> is a better plugin I could use to get the same results or whether just > using JQuery directly is the acceptable route in this case... Using jQuery directly is almost always the easiest way to use jQuery. When I need to pass JSP-ish things to JavaScript I usually just pass a JSON object to [a f

Strut2 JQuery

2011-02-14 Thread CRANFORD, CHRIS
I believe there are two JQuery plugins for Struts2 and I have been using the one from http://code.google.com/p/struts2-jquery/ for a little bit now. For very basic JQuery functionality I have not found any issues with this plugin; however when one wishes to do something more complex, I am finding