Just tried something similar...

Only thing i changed was to use
connectId instead of connectionId

It works ok here... (using tacos dojo = 0.3.1)

Andrea Chiumenti wrote:
> 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
> Tacos-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/tacos-devel
>   


-- 
Andreas Andreou - [EMAIL PROTECTED] - http://andyhot.di.uoa.gr
Tapestry / Tacos developer
Open Source / J2EE Consulting 


-------------------------------------------------------------------------
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
Tacos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tacos-devel

Reply via email to