[Laszlo-dev] <datapath> isn't allowed on the canvas
Philip Romanik
promanik at laszlosystems.com
Tue Nov 6 06:57:01 PST 2007
Hi Henry,
This bug, http://jira.openlaszlo.org/jira/browse/LPP-3767, is
generated because a user can create a <datapath> tag on the canvas.
Is it possible to fix this in the schema?
A datapath isn't allowed on the canvas. The test case come from LPP-2089:
<canvas>
<dataset name="test">
<item>first</item>
<item>second</item>
</dataset>
<datapath id="dp" xpath="test:/item"/>
<handler name="oninit">
Debug.write(dp);
</handler>
</canvas>
This crashes swf, and generates errors in dhtml. If this can't be
handled by the schema, I'll handle it in the LFC.
Thanks!
Phil
More information about the Laszlo-dev
mailing list