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
http://code.google.com/p/struts2-jquery/issues/list as mentioned you can still implement the original JQuery JS code Martin ______________________________________________ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. É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.org > > > 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 function | a set of functions | > external-JS-created-thing] that contains stuff generated from JSP > tags. You can also pass your JS files through something that > understands JSP, etc. > > Dave > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org >