Eclipse 3.4 JSP验证问题

发布于 2024-08-16 22:32:24 字数 498 浏览 3 评论 0原文

为什么 Eclipse 在第 1 行显示 'No end Tag ().''No start tag ()'以下代码片段的第 4 行:

<c:if test="${ShowLoginLink}">
    Log in again and export the document as PDF.</p>
    <a href="${LoginLink}"><img src="<%= request.getContextPath() %>/images/linkIcon.jpg" width="17" height="17" style="float:left; padding-right: 3px; border: none;"/>Log In</a>
</c:if>

它在服务器上运行时运行良好。我只是对 eclipse 验证感到恼火。

Why is eclipse saying 'No end Tag (</c:if>).' on line 1 and 'No start tag (<c:if>)' on line 4 of the following code snippet:

<c:if test="${ShowLoginLink}">
    Log in again and export the document as PDF.</p>
    <a href="${LoginLink}"><img src="<%= request.getContextPath() %>/images/linkIcon.jpg" width="17" height="17" style="float:left; padding-right: 3px; border: none;"/>Log In</a>
</c:if>

It works fine at runtime on the server. I am just annoyed with eclipse validation.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

壹場煙雨 2024-08-23 22:32:24

您缺少开始段落请参阅第2行

you have a missing start paragraph see line 2

复古式 2024-08-23 22:32:24

如果您不想因此验证而被漏洞,则可以通过右键单击您的项目来简单禁用所有验证。验证>禁用所有验证。

If you dont want to get bugged by this validation you can simple disable all validations by right clicking on your project> validations> disable all validations.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文