[Laszlo-dev] [Laszlo-checkins] r11338 - openlaszlo/branches/pagan-deities/WEB-INF/lps/lfc/data

P T Withington ptw at pobox.com
Fri Oct 3 07:30:37 PDT 2008


You don't think you should maybe use a tag in a special LZX namespace  
or something for this?

On 2008-10-03, at 10:17EDT, hqm at openlaszlo.org wrote:

> Author: hqm
> Date: 2008-10-03 07:17:15 -0700 (Fri, 03 Oct 2008)
> New Revision: 11338
>
> Modified:
>   openlaszlo/branches/pagan-deities/WEB-INF/lps/lfc/data/ 
> LzHTTPDataProvider.lzs
> Log:
> merge change from LPP-4602 (r8085)
>
> Modified: openlaszlo/branches/pagan-deities/WEB-INF/lps/lfc/data/ 
> LzHTTPDataProvider.lzs
> ===================================================================
> --- openlaszlo/branches/pagan-deities/WEB-INF/lps/lfc/data/ 
> LzHTTPDataProvider.lzs	2008-10-03 14:00:58 UTC (rev 11337)
> +++ openlaszlo/branches/pagan-deities/WEB-INF/lps/lfc/data/ 
> LzHTTPDataProvider.lzs	2008-10-03 14:17:15 UTC (rev 11338)
> @@ -246,7 +246,7 @@
>
>         var proxied = dreq.proxied;
>
> -        if (data.childNodes[0].nodeName == "error") {
> +        if (proxied && data.childNodes[0].nodeName == "error") {
>             this.setRequestError(dreq,  
> data.childNodes[0].attributes['msg']);
>             dreq.onstatus.sendEvent( dreq );
>             return;
>
>
> _______________________________________________
> Laszlo-checkins mailing list
> Laszlo-checkins at openlaszlo.org
> http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins



More information about the Laszlo-dev mailing list