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 jsonplugin-0.30 to my lib and added the a
reference in the project (java build path).

Am I misssing something? should I have done anything with the web.xml? 

thanks for any help

my xml: 

<struts>
    <package name="json-support" namespace="/" extends="json-default">          
                         
                <action name="testComplete" 
class="com.struts.test.TestCompletionAction">                       
                        <result type="json"/>
        </action>                                                 
     </package>
</struts>

-- 
View this message in context: 
http://www.nabble.com/struts2-and-JSON-integration-problem-%28plugin%29-tp17917051p17917051.html
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to