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 2022/03/25 17:23:46 UTC

[GitHub] [netbeans] banifou opened a new issue #3864: no library found for namespace http://primefaces.org/ui

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


[GitHub] [netbeans] matthiasblaesing closed issue #3864: no library found for namespace http://primefaces.org/ui

Posted by GitBox <gi...@apache.org>.
matthiasblaesing closed issue #3864:
URL: https://github.com/apache/netbeans/issues/3864


   


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


[GitHub] [netbeans] matthiasblaesing commented on issue #3864: no library found for namespace http://primefaces.org/ui

Posted by GitBox <gi...@apache.org>.
matthiasblaesing commented on issue #3864:
URL: https://github.com/apache/netbeans/issues/3864#issuecomment-1079247821


   This sounds like a duplicate of #3786. Else you need to provide detailed steps to reproduce. 


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


[GitHub] [netbeans] banifou commented on issue #3864: no library found for namespace http://primefaces.org/ui

Posted by GitBox <gi...@apache.org>.
banifou commented on issue #3864:
URL: https://github.com/apache/netbeans/issues/3864#issuecomment-1079251061


   Hmm, I have no issues with ui:composition like mentioned in #3786.


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