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
   
   
![imagen](https://user-images.githubusercontent.com/486370/223741306-22fa6521-ab4d-4225-8135-2c04cc257c13.png)
   


-- 
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

Reply via email to