This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: jsFunctionsnnyannd Oct 10, 2007 10:38 AM (in response to snnyannd)Correction to the server side code: 
 public JSONObject getBlah() {
 JSONObject x = new JSONObject();
 x.put("foo","bar");
 return x;
 }
- 
        2. Re: jsFunctionsnnyannd Oct 10, 2007 6:36 PM (in response to snnyannd)Never Mind...I had a javascript class called Node elsewhere in the project. This caused a namespace clash with the Node in AjaxScript.js 
