tmsanchez commented on issue #5470:
URL: https://github.com/apache/netbeans/issues/5470#issuecomment-1460257197
got it I'll take a look.
I was also debugging and red hints dissapear if following lines are added to
NS_MAPPING constant in NameSpacesUtils class
NS_MAPPING.put("jakarta.faces.html",
"http://java.sun.com/jsf/html");
//NOI18N
NS_MAPPING.put("jakarta.faces.core",
"http://java.sun.com/jsf/core"); //NOI18N
NS_MAPPING.put("jakarta.faces.facelets",
"http://java.sun.com/jsf/core"); //NOI18N
https://github.com/apache/netbeans/blob/master/enterprise/web.jsfapi/src/org/netbeans/modules/web/jsfapi/api/NamespaceUtils.java
above class i n JSP API nbmodule

--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
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