Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚将 Aptana 插件安装到我的 Eclipse 中,我想用它来编辑一些 .jsp 文件。
但是,我经常在我的 JSP 文件中使用和 struts 标记,而 Aptana 抱怨无法识别它们中的任何一个并将它们标记为错误!
我怎样才能让它忽略这些标签:
<jsp:include> <s:text> <s:select> <s:property> <tiles:insertDefinition>
..等等等等..
转到 Eclipse Preferences :取消选中 JSP Validations,然后 Aptana 将忽略 JSP 片段。