Thursday, 15 January 2015

java - Taglibs in PrimeFaces 3.2 -



java - Taglibs in PrimeFaces 3.2 -

i'm using primefaces 3.2. project build maven

<?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="http://java.sun.com/jsf/html" xmlns:f="http://java.sun.com/jsf/core" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:p="http://primefaces.org/ui"> .... </html>

in jsp file able see suggestions component parameters, want same in facelest

thanks in advance

you should have if using eclipse java ee.

your project missing facets (java server faces).

this may help : http://help.eclipse.org/indigo/topic/org.eclipse.jst.jsf.doc.user/html/tasks/add_jsf_facet.html

java jsf-2 primefaces facelets taglib

No comments:

Post a Comment