Re: struts2 and JSON integration problem (plugin)

2008-06-18 Thread xianwinwin
mmm, this is interesting, I get a dialog box and it says: The currently displayed page contains invalid values. -- View this message in context: http://www.nabble.com/struts2-and-JSON-integration-problem-%28plugin%29-tp17917051p1798.html Sent from the Struts - User mailing list archive at

Re: struts2 and JSON integration problem (plugin)

2008-06-17 Thread Musachy Barroso
On Tue, Jun 17, 2008 at 2:38 PM, xianwinwin <[EMAIL PROTECTED]> wrote: > > 1. How did you add the reference in eclipse? Make sure it is listed in > the J2EE Module dependencies. > > After placing the JAR I right clicked on the project-->Properties-->Java > Build Path-->Libraries-->Add External JAR-

RE: struts2 and JSON integration problem (plugin)

2008-06-17 Thread Karr, David
> -Original Message- > From: xianwinwin [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 17, 2008 11:38 AM > To: user@struts.apache.org > Subject: RE: struts2 and JSON integration problem (plugin) > > > 1. How did you add the reference in eclipse? Make sure it

RE: struts2 and JSON integration problem (plugin)

2008-06-17 Thread xianwinwin
1. How did you add the reference in eclipse? Make sure it is listed in the J2EE Module dependencies. After placing the JAR I right clicked on the project-->Properties-->Java Build Path-->Libraries-->Add External JAR--> jsonplugin-0.30.jar 2. Is your URL right? Is the request being made? Is the

RE: struts2 and JSON integration problem (plugin)

2008-06-17 Thread Dave Newton
Is your URL right? Is the request being made? Is there return data on the wire? Dave --- On Tue, 6/17/08, xianwinwin <[EMAIL PROTECTED]> wrote: > From: xianwinwin <[EMAIL PROTECTED]> > Subject: RE: struts2 and JSON integration problem (plugin) > To: user@struts.apache.org

Re: struts2 and JSON integration problem (plugin)

2008-06-17 Thread Musachy Barroso
How did you add the reference in eclipse? Make sure it is listed in the J2EE Module dependencies. musachy On Tue, Jun 17, 2008 at 2:22 PM, xianwinwin <[EMAIL PROTECTED]> wrote: > > you are right (I guess I was trying to be succinct), > > Ok...so here's the deal, I wish to use JSON, for this, I do

RE: struts2 and JSON integration problem (plugin)

2008-06-17 Thread xianwinwin
you are right (I guess I was trying to be succinct), Ok...so here's the deal, I wish to use JSON, for this, I downloaded the JAR (jsonplugin-0.30) and had a reference to it (on my eclipse) So, this is the previous code I was using that worked well: XML:

RE: struts2 and JSON integration problem (plugin)

2008-06-17 Thread Karr, David
I've also been able to use successfully. > -Original Message- > From: xianwinwin [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 17, 2008 9:22 AM > To: user@struts.apache.org > Subject: struts2 and JSON integration problem (plugin) > > > Hi all, >

struts2 and JSON integration problem (plugin)

2008-06-17 Thread xianwinwin
Hi all, I'm trying to integrate Struts2 with JSON; what is needed beside a reference to the JAR? I'm trying to use the plugin and for some reason when I extends 'json-default' in the xml file - the action doesn't work (it works when extending struts-default). I'm using eclipse, I added the json