richard-grin opened a new issue, #5470:
URL: https://github.com/apache/netbeans/issues/5470

   ### Apache NetBeans version
   
   Apache NetBeans 17 release candidate
   
   ### What happened
   
   The new namespaces of JSF 6.0 (in Jakarta EE 10) are not known by NetBeans 
in the JSF pages.
   
   ### How to reproduce
   
   Create a new Maven project for a Web application and add a new JSF page that 
uses one of the namespaces. For example:
   ```
   <?xml version='1.0' encoding='UTF-8' ?>
   <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
   <html xmlns="http://www.w3.org/1999/xhtml";
         **xmlns:h="jakarta.faces.html"
         xmlns:f="jakarta.faces.core"**>
   ```
   However, it is possible to do a Clean and build of the project and the 
project can be launched and it works.
   
   ### Did this work correctly in an earlier version?
   
   No / Don't know
   
   ### Operating System
   
   Windows 11 Family 64-bit, version 21H2
   
   ### JDK
   
   17
   
   ### Apache NetBeans packaging
   
   Apache NetBeans provided installer
   
   ### 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

Reply via email to