facebook

Tag files cause Uknown Tag warning

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #252915 Reply

    japher
    Member

    Hi,

    I’m using tag files in my project, but the JSP editor shows them as unknown. My JSP file resides in /WEB-INF/jsp and has the following contents: –

    <%@ taglib prefix=”tm” tagdir=”/WEB-INF/tags”%>
    <tm:help/>

    and I have a tag file help.tag in /WEB-INF/tags/

    I end up with the warning: Uknown tag (tm:help)

    Other tags can be used okay with no warnings, e.g. tags from:
    <%@ taglib prefix=”c” uri=”http://java.sun.com/jsp/jstl/core”%&gt;
    <%@ taglib prefix=”fmt” uri=”http://java.sun.com/jsp/jstl/fmt”%&gt;
    <%@ taglib prefix=”html” uri=”http://struts.apache.org/tags-html”%&gt;

    Does myeclipse not support tag files?

    #252926 Reply

    Riyad Kalla
    Member

    MyEclipse doesn’t support .tag files yet, we appologize for the inconvenience. It should be soon.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Tag files cause Uknown Tag warning

You must be logged in to post in the forum log in