You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Nicola Isotta (Jira)" <ji...@apache.org> on 2020/06/15 13:21:00 UTC

[jira] [Comment Edited] (NETBEANS-2277) Unable to load TLD

    [ https://issues.apache.org/jira/browse/NETBEANS-2277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17135785#comment-17135785 ] 

Nicola Isotta edited comment on NETBEANS-2277 at 6/15/20, 1:20 PM:
-------------------------------------------------------------------

Unfortunately not.


was (Author: nicolaisotta):
Unfortunately not.

Howerever, I think I found out the cause: if I remove this part from the web.xml, TLD loading works flawlessly:

{{<jsp-config>}}
{{    <jsp-property-group>}}
{{        <url-pattern>*.jspf</url-pattern>}}
{{        <is-xml>true</is-xml>}}
{{    </jsp-property-group>}}
{{</jsp-config>}}

> Unable to load TLD
> ------------------
>
>                 Key: NETBEANS-2277
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-2277
>             Project: NetBeans
>          Issue Type: Bug
>          Components: javaee - Web Project
>    Affects Versions: 8.2, 11.0, 12.0
>         Environment: Windows 10, JDK 8, Netbeans 11.0 vc3
>            Reporter: Nicola Isotta
>            Assignee: Nicola Isotta
>            Priority: Major
>         Attachments: JSF12JSPBug.zip, netbeans-bug.jpg
>
>
> The issue affects Ant Web project, and appeared in version 8.2 (8.1 is the last version I can use with this type of projects).
> !netbeans-bug.jpg|width=833,height=457!
> I've attached a zipped project affected by the bug, because I was not able to reproduce the problem with a project created from scratch.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists