When I want to send a request to the server, but don't care about the result
(because I'm just telling it some new data or something), I've been doing this
kind of thing:

var tempData = new LzDataset();
tempData.setSrc(data.getSrc());
tempData.setName("temp");
tempData.setQueryString(p);
tempData.doRequest();
tempData.destroy();

however, if I do this more than once, I get a message:
WARNING: A dataset already exists with the name 'localdata': «LzDataset#5|
<temp><ol....
Is this a problem, and is there any way to stop it happening?

Thanks, Robin.
_______________________________________________
Laszlo-user mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-user

Reply via email to