I am looking into OpenLaszlo as a front end for my wedding website. After looking over the doc, it is my understanding that I can use SOAP to communicate to a...
I kow that this is no OpenLaszlo specific question, but does sombody know how to to this? OpenLaszlo should start when Linux is booting, not bei typing...
What distro are you using? Each distro handles these things a little different from the others. You can also create your own init.d script. Here's a template...
Oops, you might want to get rid of the SuSE copyright. ... Joe ... -- MS, like the disease it shares the acronym with, it is a gradual loss of primary...
Anyone know if myLaszlo will host a database driven app? (I am hoping to use mySQL) I want to play around with a drag and drop interface that saves the result ...
Thanks Joe, I saw an example that had a jsp file supplying the data as XML If I do this in coldFusion do I literally write out an XML file or do I setup a web...
You can do either or both as long as the data is in XML and the XML complies with the Openlaszlo XML spec. Read up on the Data Manager, it talks about what...
Hi, I am trying to interface an XML document with Laszlo for an e-learning application in SOLO mode. But the text box seems to take only a partial text from...
Though it's worth adding that if you choose to serve up a web service, you won't be able to call that from a SOLO-deployed app. It doesn't support SOAP calls,...
... From: "prabhat mohanty" <mohantyworld@...> To: laszlouser@yahoogroups.com Subject: [laszlouser] XML in Laszlo Date: Mon, 6 Jun 2005 02:51:10 -0700...
Hello, I am trying to create a class which can be instantiated whenever a user selects a product SKU in a list, which will output details about the selected...
Cort, you are right, e.g. here in Germany OpenLaszlo is rarely unknown. But I will force the people at my university to get in touch with it. OpenLazlo offers...
Hello, I read in a remote dataset. How can the client-display be updated, if the dataset was changed by a backend-service? Help would be appreciated. regards, ...
Others may provide a more complete answer. For instance, if there is an event mechanism for Laszlo to "know" somehow, that the external data file has been...
Sorry. It looks like MS Outlook modified my setSrc statement because it contained http. It should be answerSet.setSrc("~ttp://somewhere.com/my.xml"); I...
Datasets cannot (yet) be included inside a class. All datasets must be included at the <canvas> level. (Henry and Tucker are looking into ways to make possible...
Hi everybody, I'm new in Laszlo and joined this list last week. I'm beginning to work with Laszlo starting from a mockup we actually have in HTML/DHTML/jscript...
I tried that, but it did not work. John FX Sundman just sent this message... ... I assume that is my problem, I have a dataset inside my class, which I am...
... I look forward to dataset-in-a-class functionality, thanks. ... Maybe you can try something along the lines of: <method event="onconstruct"> // ... ...
Like many things Laszlo, it is pretty simple once you stop bashing your head on the wrong rock :) Datapath attributes want a string that matches the name...
Hello, when it is the best to read a dataset, if not with onData()? If I start the method startPress with onData of the dataset and I make somewhere...
Hello, I have one question: What happends to the Debuger in this case when SOLO-deployed: canvas debug="false"> somewhere inside: Debug.write("foo"); Will the...