On 7/2/07, C.Bieser <[EMAIL PROTECTED]> wrote:
>
> Hello together,
>
> I've a little Problem.
> I want to use a HTTPS connection for the Requests of my Application but if I
> enable CrossDomain I got this error:
> -----
> invalid label
> (no name)()AbstractTreeEleme... (line 287)
> (no name)()AbstractTreeEleme... (line 315)
> (no name)(true, null)TreeFolder.js (line 727)
> (no name)(true)Property.js (line 631)
> (no name)(qx.io.remote.Response _hashCode=492 _valueType=completed)Tree.js
> (line 152)
> (no name)(qx.io.remote.Response _hashCode=492 _valueType=completed)Target.js
> (line 299)

So from this backtrace, it appears that you're receiving the response
and your callback function is setting some property of a tree folder
(possibly the node's label, as indicated by the error message at the
top).  The property value you're passing is an invalid one (possibly
null, as indicated on the 3rd from the top line of the backtrace).

I don't believe this has anything to do with cross domain or
otherwise, except that the cross-domain response may be different than
a non-cross-domain response that you test with.

I suggest putting some debug statements in your response callback
function to track what's going on.

Cheers,

Derrell

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to