[
https://issues.apache.org/jira/browse/NETBEANS-4490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17142238#comment-17142238
]
Nicola Isotta commented on NETBEANS-4490:
-----------------------------------------
This is really puzzling me.
I've copied index.jsp to index.jspx, they have exactly the same content (xml
syntax).
TLD loading works only for the jspx file, but debugging I found out the
classloader jasper receives is exactly the same for the two files!
Even funnier, if .jspx file is open first, the error on .jsp file is different
( PWC6032: Unable to load tag handler class
"com.sun.faces.taglib.jsf_core.ViewTag" for tag "f:view").
I've tried to create a Maven web project, but the errors are the same.
Any hint is appreciated.
> "Could not add one or more tag libraries" when jsp file uses xml syntax
> -----------------------------------------------------------------------
>
> Key: NETBEANS-4490
> URL: https://issues.apache.org/jira/browse/NETBEANS-4490
> Project: NetBeans
> Issue Type: Bug
> Components: javaee - JSP, javaee - Web Project
> Affects Versions: 12.0
> Reporter: Nicola Isotta
> Priority: Major
> Attachments: JSF12JSPBug.zip, bug.jpg
>
>
> When a .jsp uses xml syntax, tld loading breaks.
> Root cause seems to be PWC6132 / PWC6169 from jasper compiler.
> !bug.jpg! Example project attached
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists