Re: [qooxdoo-devel] how to submit data to server

2007-07-17 Thread Tobias Koller (GERMO GmbH)
Ok thanks. I will try it. Tobias -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Christian Boulanger Gesendet: Mittwoch, 18. Juli 2007 08:53 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] how to submit data to server Hello, You can

Re: [qooxdoo-devel] how to submit data to server

2007-07-17 Thread Christian Boulanger
Hello, You can tryout these classes from qxtransformer svn (I might check them into qooxdoo-contrib eventually) http://qxtransformer.svn.sourceforge.net/svnroot/qxtransformer/trunk/apps/qxtransformer-skeleton/qxtransformer/source/class/qx/io/databinding/ You need to mixin MDataManager.js into q

[qooxdoo-devel] how to submit data to server

2007-07-17 Thread Tobias Koller (GERMO GmbH)
Hello, I have some textfields where the user can type some text. How would you put this data to the server (I'm using the JavaBackend). Should I read each field and create my own url ( like "textfield1=abc&textfield2=def& textfield3=blub") or is there another way to put all data to the serve