I do it this way:
req.setData(someData);
Best regards,
Petr
2006/5/10, Assen Assenov <[EMAIL PROTECTED]
>:
Hi
I'm developing a demo using Qooxdoo. I'm trying to get data from an ASP.NET
Application using QxRequest.
I would like the request parameters to be inside the request body instead on
a part of the URL.
I didn't succeed that in Qooxdoo.
Here is how I'm setting up the request:
var req= new QxRequest("database.aspx", QxConst.METHOD_POST,
QxConst.MIMETYPE_XML);
req.setAsynchronous(false);
req.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");
req.setParameter("cmd", "tree");
req.setParameter("file", "load");
The passed parameters are always in QueryString collection of the server
side Request object instead on in Form collection - doesn't matter if
POST/GET is being used.
Is that a bug? Any advice?
Kindest Regards,
Assen Assenov , Senior Software Engineer
ELPAS Ltd.
Web site:www.visonictech.com Tel: (+359 2) 9381025
e-mail: [EMAIL PROTECTED] (+359 2) 9386082
Fax: (+359 2) 9363262
-----Original Message-----
From: Assen Assenov [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 03, 2006 8:42 PM
To: '[email protected]'
Subject: How to listen for expanding tree node event
Hi
I'm beginner in qooxdoo. I'm trying to develop a tree which
content is loaded from a SQL Server database. Since the content is too
large, I would like to load child nodes only when the user expands the
parent node.
Could you please advise me how to listen expanding node
event? Perhaps I should override some QxTree methods?
Kindest Regards,
Assen Assenov , Senior Software Engineer
--
--- Petr Simek
