You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2023/01/04 15:34:17 UTC

[GitHub] [netbeans] morvael commented on issue #4976: no library found for namespace http://omnifaces.org/ui

morvael commented on issue #4976:
URL: https://github.com/apache/netbeans/issues/4976#issuecomment-1371080635

   Related to this (perhaps) is lack of support for new non-URL URNs for JSF 4.0:
   ![jsf4](https://user-images.githubusercontent.com/1133953/210590859-af78ea71-8ece-4d31-a47f-8ef650922c20.png)
   See https://github.com/jakartaee/faces/issues/1553
   
   And I think related to that is the inability to load facelet 4.0 taglib (also "No library found" error):
   ```
   <facelet-taglib version="4.0"
                   xmlns="https://jakarta.ee/xml/ns/jakartaee"
                   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                   xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-facelettaglibrary_4_0.xsd">
                   ...
   ```
   
   


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists