Hello!
 
Today's problem is that I have a servlet which returns an image.  So, I am using view.setResource() to dynamically set the request URL so that I can include different options in the query parameters.  This works beautifully.
 
However, if the servlet encounters an error, it returns a text message with the error in it.  If this occurs, nothing displays in the Laszlo client.  In the debugger, I have an error:
 
    ERROR:  data conversion error for http://.....
 
My question is: Is there a way I can grab the content of the response in this scenario so that I can display an error message?  Or even just know that an error occured?
 
Thanks!
 
- Jes
_______________________________________________
Laszlo-user mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-user

Reply via email to