On 2013.12.09., at 10:50, Daniel Wagner <[email protected]> wrote:
> Hi and welcome to qooxdoo. > > What you're seeing is simply the difference between an HTML form submit > and an XMLHTTPRequest. The latter is specifically designed not to > initiate a page change - that's basically the whole point of it. qooxdoo > (the Desktop part) is intended for single-page applications where > typically server responses aren't HTML documents. Instead, they will > only contain the pure response data, usually in JSON format, and the > qooxdoo UI is responsible for parsing and displaying it. You would do > this in the "success" event handler callback. Here you can call > my_request.getResponseText() to see the server response. > > > Regards, > Daniel Daniel, You provided an excellent explanation. Everything makes sense now. This was definitely the link I was missing. It took me less than 10 minutes to verify and confirm what you explained. Everything works fine now. (Actually, as you just proved, it was working fine before. I just didn't know about it. :-) I still need some fiddling around the controller-model-parameter threesome so that I can be in charge of what parameter name will be assigned to the form fields, as at this moment these names are auto-generated. But I am on the right track, and back to the state where I believe I can make some progress on my own. (Of course it doesn't necessarily mean that I really can, but at least I believe I can. And that feeling is the whole point!) I very much appreciate your quick and detailed reply! It gave me exactly what I needed. Thank you! Best Regards, Keve Nagy * Debrecen * Hungary ------------------------------------------------------------------------------ Sponsored by Intel(R) XDK Develop, test and display web and hybrid apps with a single code base. Download it for free now! http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
