Does html have this tag? <#if >_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:48:08
Original
4673 people have browsed it

I was looking at the source code of jforum recently and saw that a lot of <#if > 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>
Copy after login

Below is the error message
Multiple annotations found at this line:	- Invalid character used in text string (<#if group?exists>${group.name}</	 #if>" />).	- Start tag (<input>) not closed.
Copy after login


Reply to the discussion (solution)

The freemarker component is used.

I just encountered this problem, do I need to install the freemarker component

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template