banifou opened a new issue #3864: URL: https://github.com/apache/netbeans/issues/3864
### Apache NetBeans version Apache NetBeans 13 ### What happened Problem parsing xhtml files in web application projects. Some taglibs like primefaces and omnifaces are not recognized in Netbeans 13. ### How to reproduce Just create in a primefaces web application project and open a very simple xhtml file like following: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:f="http://java.sun.com/jsf/core" xmlns:p="http://primefaces.org/ui" xmlns:h="http://java.sun.com/jsf/html"> <head> <title>TODO supply a title</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> </head> <body> <div>TODO write content</div> </body> </html> ### Did this work correctly in an earlier version? Apache NetBeans 12.6 ### Operating System ubuntu ### JDK 17 ### Apache NetBeans packaging Apache NetBeans binary zip ### Anything else _No response_ ### Are you willing to submit a pull request? No ### Code of Conduct Yes -- 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
