On Sat, Feb 27, 2010 at 15:42, Jörg Sawatzki <[email protected]> wrote:

> Hey Derrell,
>
> thanks a lot for your support! Now the status codes are handled
> correctly.
> Unfortunately, the setParameter thing is ignored - doing
> r.setParameter("name", name, true) (according to the docs this is the
> correct oder, but I tried name, "name" as well). The POST data is just
> empty - this is what both firebug and my server say.
> This is with .setProhibitCaching(false) - if it is enabled, the POST
> data contains only the nocache parameter.
>
> Any idea what's going on here?
>

Something appears broken. For the time being, you can create your POST data
explicitly, especially if you have only that one type and value (name). Use
request.setData() to provide the entire POST data string exactly as it
should be sent. In this case, you can remove the setParameter() call.

Derrell
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to