Re: Dojo Button causes IE to report "Error loading"
2007-05-01 10:10:52 GMT
I’ve given up trying to sort this.
Just placed images that look like buttons.
For those that might want to look into it...
Dojo button in a form
Form in its own jsp file
Jsp file loaded via a <div> tag
Div tag type of dojo docpane.
Docpane loaded via code...
// date seconds used so page never gets cached.
var docPane = dojo.widget.getWidgetById("docpane");
docPane.setUrl(location+"?ignore="+new Date().getSeconds());
jsp file that contains the docpane is contained in another jsp file via a dojo contentpane.
Jeff Porter
From: dojo-interest-bounces <at> dojotoolkit.org
[mailto:dojo-interest-bounces <at> dojotoolkit.org] On Behalf Of Jeffrey
Porter
Sent: 30 April 2007 17:42
To: dojo-interest <at> dojotoolkit.org
Subject: [Dojo-interest] Dojo Button causes IE to report "Error
loading"
I have an external page loaded into a div component.
As soon as I add a dojoType button and load the page in IE7 I get the message...
Code added: <button dojoType="Button" widgetId="moveRightButton" >Remove Selected(Right)</button>
Note: the code works and excutes in FireFox.
*********************
Error loading 'xframe2CRUDUser01.jsp' (200 OK)
*********************
Yet this page works fine in FireFox!?!?!?
I know the error is thrown from ‘ContentPane.js’ line 73.
And the following values are passed...
type: error
xhr: [object]
url: 'xframe2CRUDUser01.jsp'
Does anyone have any ideas?
Jeff Porter
_______________________________________________ FAQ: http://dojotoolkit.org/support/faq Book: http://dojotoolkit.org/docs/book Forums: http://dojotoolkit.org/forum Dojo-interest <at> dojotoolkit.org http://dojotoolkit.org/mailman/listinfo/dojo-interest
RSS Feed