2009/1/22 alee amin <[email protected]>: > pw.close();
That's the problem, you're closing output stream and framework is not able to do anything. Take a look on JSON Plugin [1] instead building response by your self. [1] http://cwiki.apache.org/S2PLUGINS/json-plugin.html Regards -- Lukasz http://www.lenart.org.pl/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

