我如何使用这个标签:
<p:selectOneRadio>
我有一个消息错误:
共有图书馆http://primefaces.rpime.com.t/ui不要包含这样的成分。
我已经导入了primefaces jar,也导入了名称空间:
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:p="http://primefaces.prime.com.tr/ui"
xmlns:f="http://java.sun.com/jsf/core"
>
它已在PrimeFaces 3.0 M1版本中引入。在此版本之前,它根本不存在,这正是错误消息试图告诉您的。升级PrimeFaces库或使用标准<h:selectOneRadio>
。
PrimeFaces3.0仍在开发中。selectOneRadio
是它带来的新东西之一。如果您真的需要这些组件,请使用3.0.M1。