Hi there,
I used Taconite previously successfully. However, this is the first time I am trying to use version 2. I am developing in the Java Portlets (JSR-168) environment running on WebSphere Portal Server 5.1. When executing a function such as:
function retrieveUsers(url, vendorNumber)
{
var fullUrl = url + '?vendorNumber=' + vendorNumber;
var ajaxRequest = new AjaxRequest(fullUrl);
ajaxRequest.setAsync(false);
ajaxRequest.setEchoDebugInfo();
ajaxRequest.sendRequest();
}
nothing happens and I get the following error (in Mozilla Error Console):
Error: errorHandler is not a function
Source File: https://.../taconite-client.js
Line: 351
Please advise. Thank you.
Regards,
Ivica Mikic
Vigord Corporation
ivica~at~vigord-dot-com