Hi Andrea :)

I run it through Firebug and this is what I am getting


DEBUG: [TypeError: dojo.widget.byId is not a function, file:
http://192.168.5.141:8080/ctv3/app, line: 100] when calling __2
$joinpoint$method on [object Window] with arguments [object Object]
FATAL exception raised: dojo.widget.byId is not a function
DEBUG: ERROR: On line 96 of document
http://192.168.5.141:8080/ctv3/js/dojo/dojo.js: dojo.widget.byId is not
a function

Could this be a busted dojo installation?

> Try adding
> tacosConfig.debugAjaxResponseError=true
> after the djConfig definitions...
> 
> This *might* allow you to see  a better error reported.
> 
> Also, it's very useful to peek at the ajax responses...In FF there's
> firebug,
> i think the developer toolbar can show the responses in IE.
> 
> But anyway, here's another way, using the TacosDemo site as an example...
> -) go to http://opencomponentry.com:8080/tacos/ajax/EffectsExample.html
> -) open the details link for the first country in a new window / tab
> -) hit refresh a few times - you can see full-page refreshes working
> normally
> -) at the address bar, add
> &dojoRequest=true
> at the end of the url then hit enter.
> -) The xml of the ajax response is displayed
> 
> Of course, those aren't solutions, but i hope they can help you figure
> them out...
> 
> 
> 
> Yiannis Mavroukakis wrote:
> > There is some peculiarity at at play here. Very standard things like
> > AjaxDirectLink seem to behave differently. For example
> >
> >
> >   
> >> <div jwcid="[EMAIL PROTECTED]:Id">                 
> >>    <span jwcid="@If" condition="ognl:master.shipper!=null">                
> >>                                                                         
> >>            <span jwcid="@If" condition="ognl:!editingShipper"> 
> >>                    <a jwcid="@tacos:AjaxDirectLink" 
> >> updateComponents="ognl:{'shipperUpdate'}" listener="listener:editShipper"> 
> >>                            <span jwcid="shipper">Shipper</span>
> >>                    </a>
> >>            </span>
> >>            <span jwcid="@Else">
> >>                    <span class="auto_complete" 
> >> jwcid="shipperAutoCompleter" />
> >>            </span>
> >>    </span>
> >>    <span jwcid="@Else">
> >>            <span class="auto_complete" jwcid="nullShipperAutoCompleter"/>
> >>    </span>                                                                 
> >>                         
> >> </div>
> >>     
> >
> > This renders a link, which in turn when clicked displays an autocompleter. 
> > While this works fine on Firefox, in IE when this link
> > is clicked it produces a blank page with [object Object] in it. Is there 
> > something I am missing here?
> >
> > Thank you,
> >
> > Yiannis
> >


Note:__________________________________________________________________
This message is for the named person's use only. It may contain
confidential, proprietary or legally privileged information. No
confidentiality or privilege is waived or lost by any mistransmission.
If you receive this message in error, please immediately delete it and
all copies of it from your system, destroy any hard copies of it and
notify the sender. You must not, directly or indirectly, use, disclose,
distribute, print, or copy any part of this message if you are not the
intended recipient. Jaguar Freight Services and any of its subsidiaries
each reserve the right to monitor all e-mail communications through its
networks.
Any views expressed in this message are those of the individual sender,
except where the message states otherwise and the sender is authorized
to state them to be the views of any such entity.
________________________________________________________________________
This e-mail has been scanned for all known viruses.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Tacos-devel mailing list
Tacos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tacos-devel

Reply via email to