On 08/02/07, mio.bhe <[EMAIL PROTECTED]> wrote: > ... and how I retrieve (for RPC or POST) multiple result to input in a grid > ?!?! > any body have a example ?!?!?
There are already quite a few examples of how to populate a grid. What you can do in a single server request (assuming JSON) is retrieve a complex data structure made up of arrays and hashes, so in a /single call/ you can retrieve something like [[1,2,3], [4,5,6], [7,8,9]] which is already in the correct format to populate a grid. Hope that helps, Nick ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
