-
Type: Bug
-
Resolution: Fixed
-
Priority: Minor
-
Affects Version/s: 0.9.1
-
Component/s: ymir-extension
-
None
tal:defineとtal:attributesを持つタグで、tal:defineで定義した変数をtal:attributesで使っていると自動生成時にExceptionがスローされる。
例:
<input tal:define="v value" tal:attributes="checked "".equals(v)" type="checkbox" name="value" />