Home >Web Front-end >HTML Tutorial >Does html have this tag? <#if >#if>_html/css_WEB-ITnose
I was looking at the source code of jforum recently and saw that a lot of a478d1836164bd26de4ff7c941eb86f8d748b4ebb78eb511a087f894dbd51f37 were used in his html files, but errors were reported under myeclipse. Please help me with the answer
<tr> <td class="row1" width="38%"><span class="gen">${I18n.getMessage("Groups.Form.GroupName")}</span></td> <td class="row2"><input type="text" name="group_name" value="<#if group?exists>${group.name}</#if>" /></td> </tr>
Multiple annotations found at this line: - Invalid character used in text string (<#if group?exists>${group.name}</ #if>" />). - Start tag (<input>) not closed.
The freemarker component is used.
I just encountered this problem, do I need to install the freemarker component