T5: accessing json objects posted in body from Groovy

2011-07-12 Thread Angelo C.
()); return getFailed(); } -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-accessing-json-objects-posted-in-body-from-Groovy-tp4581287p4581287.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: T5: accessing json objects posted in body from Groovy

2011-07-12 Thread Taha Hafeez
().getQueryString());        System.out.println(requestGlobals.getRequest().getParameterNames()); System.out.println(requestGlobals.getHTTPServletRequest().toString());        return getFailed();    } -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-accessing-json-objects

Re: T5: accessing json objects posted in body from Groovy

2011-07-12 Thread Angelo C.
(line); System.out.println(sb.toString()); -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-accessing-json-objects-posted-in-body-from-Groovy-tp4581287p4581362.html Sent from the Tapestry - User mailing list archive at Nabble.com