I have a servlet that generates a CSV file and I need to call it from within Laszlo. My first thought is that I'll use LzBrowser.loadURL to open a new browser window and POST a request to it. Unfortunately, I don't see any way to make LzBrowser.loadURL use POST. I cannot use GET because the data passed to the servlet is too large.
Are there any other options for doing this that I'm missing? Laszlo 3.4 Tomcat 6 Java 1.6 -- View this message in context: http://www.nabble.com/how-do-I-post-a-request-to-a-CSV-generating-servlet-from-within-Laszlo--tp24116357p24116357.html Sent from the OpenLaszlo - Dev mailing list archive at Nabble.com.
