Thanks Joshua for your reply!
I bypassed the POST problem using the useGet flag of AjxRpc.invoke function using the serverUrl followed by the params passed to the jsp.
This is the signature:
Code:
AjxRpc.invoke = function(requestStr, serverUrl, requestHeaders, callback, useGet, timeout)
Now the zimlet is working properly.
By the way.. the POST problem is not "solved" yet..
