最近在看jforum的源码,看到他的html文件中用了大量的#if>,可是在myeclipse下都报错了,求各位帮忙解答一下
<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.
使用了freemarker组件了。
我也刚碰到了这个问题,是不是要安装freemarker组件