Hello, I'm having problems adding a tooltip

I have a page similar to this:

<div id="info"> bla bla bla</div>

<span style="display:none;" id="greetings">hello world</span>
        <script type="text/_javascript_">
            dojo.require("dojo.widget.Tooltip");
            var tooltipWidget = dojo.widget.createWidget('Tooltip', {connectionId: 'celltableForm-1.1 ' }, dojo.byId('info'));
               tooltipWidget.setContent('ppoccococo ococoxpodsd');
</script>

The problem is this:
the tooltip is displayed but moving the mouse around the page gives back this on Firefox:

Errore: uncaught exception: [Exception... "Could not convert _javascript_ argument arg 0 [nsIDOMNSDocument.getBoxObjectFor]"  nsresult: "0x80570009 (NS_ERROR_XPC_BAD_CONVERT_JS)"  location: "JS frame :: http://localhost:8084/js/dojo/dojo.js :: anonymous :: line 1954"  data: no]

Can anybody help me please ?

Thx in advance,
kiuma


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Tacos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tacos-devel

Reply via email to