netbeans 8.0.2 doesnt recognize primefaces 5.1 or 5.2 library in jsf framework component -


i'm work on jsf 2.2 ejb 3 project on netbeans 8.0.2 , glassfish 4.1 work primeface 5.0 want use new component primefaces 5.1 or 5.2 try add primefaces 5.1 library directly web project error:

tag library supports namespace: http://primefaces.org/ui, no tag defined name: inputswitch

that's mean component work on primefaces 5.1 or 5.2

i go web project properties frameworks components primeface click on more create new library add primefaces 5.1 jar file netbeans doesn't recognize recognize primefaces 5.0.

so or explain??


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -