Question

Pourquoi éclipse dit 'No end Tag (</c:if>).' sur la ligne 1 et 'No start tag (<c:if>)' sur la ligne 4 de l'extrait de code suivant:

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

Il fonctionne très bien à l'exécution sur le serveur. Je suis juste ennuyé avec la validation d'éclipse.

Était-ce utile?

La solution

vous avez un paragraphe missing voir la ligne 2

Autres conseils

Si vous ne voulez pas faire buggé par cette validation, vous pouvez désactiver simple, toutes les validations par un clic droit sur votre projet>> désactiver toutes les validations des validations.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top