Talk:Attribute Type Coercion
From OpenLaszlo
hello ,I have some code like this: <canvas debug="true">
<view name="hello" width="500" height="200" >
<method event="oninit">
<![CDATA[
this.setAttribute("source","images/002.png");
Debug.write(this.resource);// This resule is null,why??
]]>
</method>
</view>
</canvas>

