Boa Tarde,
Eu to com um problema na utilização do componente orderList .
esta aparecendo o seguinte erro:
exception
javax.servlet.ServletException: /html/pages/home.xhtml @123,18 <p:orderList> Tag Library supports namespace: http://primefaces.prime.com.tr/ui, but no tag was defined for name: orderList
root cause
javax.faces.view.facelets.TagException: /html/pages/home.xhtml @123,18 <p:orderList> Tag Library supports namespace: http://primefaces.prime.com.tr/ui, but no tag was defined for name: orderList
o codigo que to usando eh o seguinte:
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:p="http://primefaces.prime.com.tr/ui">
^
^
.
.
.
.
.
<h:form>
<p:orderList value="#{orderListBean.cities}" var="city" controlsLocation="none"
itemLabel="#{city}" itemValue="#{city}" iconOnly="true"/>
</h:form>
.
.
.
alguem sabe se a zica eh do java ou do primefaces ?