View Single Post
  #3 (permalink)  
Old 10-20-2009, 09:53 AM
alioscia alioscia is offline
Starter Member
 
Posts: 2
Default

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..
Reply With Quote