1

我刚刚将 Aptana 插件安装到我的 Eclipse 中,我想用它来编辑一些 .jsp 文件。

但是,我经常在我的 JSP 文件中使用和 struts 标记,而 Aptana 抱怨无法识别它们中的任何一个并将它们标记为错误!

我怎样才能让它忽略这些标签:

<jsp:include>
<s:text>
<s:select>
<s:property>
<tiles:insertDefinition>

..等等等等..

4

1 回答 1

0

转到 Eclipse Preferences :取消选中 JSP Validations,然后 Aptana 将忽略 JSP 片段。

于 2013-04-13T23:12:00.723 回答