Menu

#2 Error in taconite-client.js

open
nobody
None
5
2007-07-26
2007-07-26
Anonymous
No

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

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.