Pregunta

¿Por qué está diciendo Eclipse 'No end Tag (</c:if>).' en la línea 1 y 'No start tag (<c:if>)' en la línea 4 del siguiente fragmento de código:

<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>

Funciona bien en tiempo de ejecución en el servidor. Soy simplemente molesto con la validación eclipse.

¿Fue útil?

Solución

Tiene un párrafo inicial falta ver la línea 2

Otros consejos

Si usted no desea recibir intervenidos por esta validación se puede desactivar todas las validaciones sencilla haciendo clic derecho sobre sus proyectos>> validaciones desactivar todas las validaciones.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top