Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » "Unknown tag" when using .tag files (tagfiles) in JSP page
"Unknown tag" when using .tag files (tagfiles) in JSP page [message #143204] Wed, 12 October 2005 10:34 Go to next message
Neale Upstone is currently offline Neale UpstoneFriend
Messages: 50
Registered: July 2009
Member
Using WTP 0.7.1, I have:

<%@ taglib prefix="lmtag" tagdir="/WEB-INF/tags/lm" %>

and

<lmtag:mytag attr="value"/>

but the editor is giving me warnings saying "Unknown tag (lmtag:mytag)".

Is there supposed to be validation support for .tag files, or are only
TLDs supported at the moment ?

Cheers,

Neale

http://www.likemynds.com
Re: "Unknown tag" when using .tag files (tagfiles) in JSP page [message #143276 is a reply to message #143204] Wed, 12 October 2005 15:54 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: erickson_d.yahoo.removethis.com

Yes, the tagdir attribute of taglib is not supported yet.

> https://bugs.eclipse.org/bugs/show_bug.cgi?id=97407

The tag directive is also not supported; tag files seem to be treated as
JSP pages, so you have some functionality when editing them, but it's
not complete. Also, some tag-related standard actions are not implemented.

> https://bugs.eclipse.org/bugs/show_bug.cgi?id=105460

Neale wrote:
> Using WTP 0.7.1, I have:
>
> <%@ taglib prefix="lmtag" tagdir="/WEB-INF/tags/lm" %>
>
> and
>
> <lmtag:mytag attr="value"/>
>
> but the editor is giving me warnings saying "Unknown tag (lmtag:mytag)".
>
> Is there supposed to be validation support for .tag files, or are only
> TLDs supported at the moment ?
>
> Cheers,
>
> Neale
>
> http://www.likemynds.com
>
Re: "Unknown tag" when using .tag files (tagfiles) in JSP page [message #143286 is a reply to message #143276] Wed, 12 October 2005 17:03 Go to previous message
Neale Upstone is currently offline Neale UpstoneFriend
Messages: 50
Registered: July 2009
Member
Thanks Doug. I'll wait in anticipation :O)

Doug Erickson wrote:
> Yes, the tagdir attribute of taglib is not supported yet.
>
> > https://bugs.eclipse.org/bugs/show_bug.cgi?id=97407
>
> The tag directive is also not supported; tag files seem to be treated as
> JSP pages, so you have some functionality when editing them, but it's
> not complete. Also, some tag-related standard actions are not implemented.
>
> > https://bugs.eclipse.org/bugs/show_bug.cgi?id=105460
>
> Neale wrote:
>
>> Using WTP 0.7.1, I have:
>>
>> <%@ taglib prefix="lmtag" tagdir="/WEB-INF/tags/lm" %>
>>
>> and
>>
>> <lmtag:mytag attr="value"/>
>>
>> but the editor is giving me warnings saying "Unknown tag (lmtag:mytag)".
>>
>> Is there supposed to be validation support for .tag files, or are only
>> TLDs supported at the moment ?
>>
>> Cheers,
>>
>> Neale
>>
>> http://www.likemynds.com
>>
Previous Topic:JAR dependency
Next Topic:Disabling JSP indexing
Goto Forum:
  


Current Time: Sat Apr 20 05:44:27 GMT 2024

Powered by FUDForum. Page generated in 0.03217 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top