Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
2.0.0
-
None
-
0.5
-
Tiger Sprint 110
Description
I noticed that in some ftl files the @fltvariable is not used correctly:
<#-- @ftlvariable id="editMode" type="java.lang.Boolean"-->
The property "id" is not valid. It should be "name":
<#-- @ftlvariable name="editMode" type="java.lang.Boolean"-->
This should be fixed to prevent confusion. Can we scan all ftls for it and fix it?