> -----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 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

To be sure, do an Export of the WAR file and verify the jar file is in
WEB-INF/lib.

> 2. Is your URL right? Is the request being made? Is there 
> return data on the wire?
> 
> yes, it is, the action works (called) by the autocompleter if 
> I change the extends from 'json-default' to 'Struts-default'

That's not really what he's asking.  He's asking if the request is being
made NOW, with the app in the current state.  I assume you're using
Firebug.  If you're not, fix that.  You can see from that whether it
made the request or not, and what data was sent, not to mention any
response that was sent back.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to