I replied to your question, I think this is one way to do what you want
You could post the data as a serialized XML string by calling
mydataset.serialize(), which returns a string containing the XML
representation of the data.
You can post that back to the server using something like this
<dataset name="mydataset" querytype="post" type="http" src=.../>
mydataset.setAttribute('postbody', mydataset.serialize());
mydataset.doRequest();
On Wed, Jul 22, 2009 at 11:52 AM, cem sonmez <[email protected]> wrote:
> Hi
> Yesterday i posted a thread [1] to the laszlo forum, but no answer come to
> the thread yet.
> I know, i shouldn't ask the same question to the mailing list again, but
> had to stop at this point and
> I have been striving for this problem for a few days.
>
> Regards
>
> [1] - http://forum.openlaszlo.org/showthread.php?t=13783
> --
> Cem SONMEZ
>
--
Henry Minsky
Software Architect
[email protected]