Re: [s2] Struts 2.1.8 - jsonplugin 0.34

2009-08-06 Thread Musachy Barroso
Sorry for the miss-information, I confused the problem with another one. Yes, the released json plugin does not work with xwork 2.1.5. The plugin was moved here: http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-json-plugin/ and that one works with xwork 2.1.5, but you will have to build

Re: [s2] Struts 2.1.8 - jsonplugin 0.34

2009-08-06 Thread Michael Finney
FYI Issue 91: doesn't work with struts 2.1.7 http://code.google.com/p/jsonplugin/issues/detail?id=91 On Thu, Aug 6, 2009 at 2:30 AM, Alfredo Brizzi wrote: > Thanks all for replay. > > I have downloaded the plugin  jsonplugin-0.34 for struts 2.1.x  and i have > also  downloaded it from svn  

Re: [s2] Struts 2.1.8 - jsonplugin 0.34

2009-08-06 Thread Alfredo Brizzi
Thanks all for replay. I have downloaded the plugin jsonplugin-0.34 for struts 2.1.x and i have also downloaded it from svn but the error persist. I think that the problem is the package 'xwork 2.1.5' that not has the TextUtils class and the jsonplugin call its in the JSONUtil class and

Re: [s2] Struts 2.1.8 - jsonplugin 0.34

2009-08-05 Thread Musachy Barroso
from the download section of the json plugin project, make sure you download the one that is for struts 2.1.x. musachy On Wed, Aug 5, 2009 at 3:43 AM, Alfredo Brizzi wrote: > I have upgrade to struts 2.1.8 and xwork 2.1.5 and when i select items in my > autocompleter  i receive this error: > > ..

RE: [s2] Struts 2.1.8 - jsonplugin 0.34

2009-08-05 Thread Martin Gainty
rmation 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: Wed, 5 Aug 2009 12:57:44 +0200 > Subject: Re:

Re: [s2] Struts 2.1.8 - jsonplugin 0.34

2009-08-05 Thread Steven Yang
have you tried to upgrade the json plugin jar to version 2.1.8 as well?

Re: [s2] Struts 2.1.8 - jsonplugin 0.34

2009-08-05 Thread David Canos
it sound a missing jar file. 2009/8/5 Alfredo Brizzi > I have upgrade to struts 2.1.8 and xwork 2.1.5 and when i select items in > my autocompleter i receive this error: > > ... > GRAVE: Servlet.service() for servlet default threw exception > java.lang.NoClassDefFoundError: com/opensymphony/xwo

[s2] Struts 2.1.8 - jsonplugin 0.34

2009-08-05 Thread Alfredo Brizzi
I have upgrade to struts 2.1.8 and xwork 2.1.5 and when i select items in my autocompleter i receive this error: ... GRAVE: Servlet.service() for servlet default threw exception java.lang.NoClassDefFoundError: com/opensymphony/xwork2/util/TextUtils at com.googlecode.jsonplugin.SerializationP

Re: [s2] Struts 2.1.8 & jsonplugin 0.34

2009-08-05 Thread David Canos
struts2.1.8 has not been released!! 2009/8/5 Alfredo Brizzi > I have upgrade to struts 2.1.8 and xwork 2.1.5 and i receive this error: > > GRAVE: Servlet.service() for servlet default threw exception > java.lang.NoClassDefFoundError: com/opensymphony/xwork2/util/TextUtils > at > com.googlecod

[s2] Struts 2.1.8 & jsonplugin 0.34

2009-08-05 Thread Alfredo Brizzi
I have upgrade to struts 2.1.8 and xwork 2.1.5 and i receive this error: GRAVE: Servlet.service() for servlet default threw exception java.lang.NoClassDefFoundError: com/opensymphony/xwork2/util/TextUtils at com.googlecode.jsonplugin.SerializationParams.(SerializationParams.java:38) at co