Re: [Trinidad] Problem invoking queue.sendRequest from Javascript API in IE7

2008-03-08 Thread Matthias Wessendorf
Hi, this works just fine: ui:define name=content script var queue = TrPage.getInstance().getRequestQueue(); doAjax = function() { queue.sendRequest(null, myCompletionMethod, http://localhost:9090/json/users/51;); } myCompletionMethod = function(evt) {

Re: [Trinidad] Problem invoking queue.sendRequest from Javascript API in IE7

2008-03-07 Thread Davide Bonicelli
Hi all, any idea on this issue? Thanks for you help. Davide On Tue, Mar 4, 2008 at 11:14 AM, Davide Bonicelli [EMAIL PROTECTED] wrote: Hi all, I'm trying to invoke the sendRequest() method from the Javascript Trinidad API. Here is an example of the code I'm using for testing purpose:

[Trinidad] Problem invoking queue.sendRequest from Javascript API in IE7

2008-03-04 Thread Davide Bonicelli
Hi all, I'm trying to invoke the sendRequest() method from the Javascript Trinidad API. Here is an example of the code I'm using for testing purpose: [code] function doAjax(){ var queue = TrPage.getInstance().getRequestQueue(); queue.sendRequest(null, this.myCompletionMethod,