But shouldn't the dataset refuse to make a request if it has no src? I guess there's nothing to be done about the player ignoring http headers and hence not recognizing that the response it got was a failure.
On 2006-03-31 12:05 EST, Jim Grandy wrote: > Never mind, I just saw Adam's reply -- it's a parse error looking at > the HTML 404 returned from Tomcat. > > On Mar 31, 2006, at 8:59 AM, Jim Grandy wrote: > >> I can reproduce this against trunk. Very strange. I'll file a bug. >> >> jim >> >> On Mar 31, 2006, at 7:51 AM, William Krick wrote: >> >>> When I run the following example... >>> >>> <canvas oninit="ds.doRequest()"> >>> <dataset name="ds"/> >>> </canvas> >>> >>> ...I get this error in the debugger... >>> >>> ERROR: data conversion error for >>> http://localhost:8080/lps-3.2/my-apps/test/: Error on line 5: >>> Attribute name >>> "noshade" associated with an element type "HR" must be followed by >>> the ' = ' >>> character. >>> >>> >>> >>> Now, I know that there should be an error when I call doRequest >>> since I >>> didn't define a source, but I think the message it gives is just >>> bizarre and >>> nonsensical especially considering that my source file only has 3 >>> lines and >>> it's reporting an error on line 5. >>> >>> It may be an indication of a bug somewhere. >>> >>> _______________________________________________ >>> Laszlo-user mailing list >>> [email protected] >>> http://www.openlaszlo.org/mailman/listinfo/laszlo-user >> >> _______________________________________________ >> Laszlo-user mailing list >> [email protected] >> http://www.openlaszlo.org/mailman/listinfo/laszlo-user > > _______________________________________________ > Laszlo-user mailing list > [email protected] > http://www.openlaszlo.org/mailman/listinfo/laszlo-user _______________________________________________ Laszlo-user mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-user
