English 中文(简体)
不能使用p:selectOneRadio标签
原标题:can t use p:selectOneRadio tag

如何使用此标签:

<p:selectOneRadio>

我有一条消息错误:

the comonent library http://primefaces.rpime.com.t/ui doen t contain such comonent.

我已经导入了primefaces jar,也导入了namespace:

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

PrimeFaces 3.0仍在开发中。selectOneRadio是它带来的新功能之一。如果您真的需要这些组件,请使用3.0.M1





相关问题
JSF a4j:support with h:selectManyCheckbox

I m having trouble with a JSF selectManyCheckbox and A4J support. The purpose is to run some action when a checkbox is selected. This works perfectly in Firefox. Yet, when testing in any IE (ie6 / ie7 ...

Mojarra for JSF Encoding

Can anyone teach me how to use mojarra to encode my JSF files. I downloaded mojarra and expected some kind of jar but what i had downloaded was a folder of files i don t know what to do with

如何拦截要求终止?

在共同基金中,如果用户要求终止,就需要采取一些行动。 我需要某种拦截器,但我不知道如何这样做。 我需要帮助。 增 编

ICEFaces inputFile getting the file content without upload

Is there any way of just getting the content of the browsed file without any upload/file transfer operations? I currently use ICEFaces inputFile component but I do not need the default uploading ...

Weird behaviour of h:commandLink action (MethodExpression)

I have two JSPs where I am displaying some info from database in a h:dataTable. One of them is showing all the info, and one of them user specifically. I have showXML.jsp that shows the "XML" column ...

How to correctly use ResultSet with h:dataTable

The problem is, that after displaying the ResultSet with <h:dataTable>, the connection is left open. If I close it, it closes the ResultSet too. I m thinking about copying the ResultSet data ...

热门标签