Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for change notification.
The following page has been changed by superoverdrive: http://wiki.apache.org/tapestry/JSON New page: {{{!#JAVA @OnEvent(component = "getNodes") public StreamResponse getNodes() { Request request = requestGlobals.getRequest(); JSONArray record = new JSONArray(); JSONObject jsObject = new JSONObject(); jsObject.put("text", "adapter"); jsObject.put("id", "/adapter"); jsObject.put("cls", "folder"); record.put(jsObject); return new JSONStreamResponse(jsObject); } }}} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
