欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

richfaces suggestionBox

程序员文章站 2024-03-12 19:40:44
...

<rich:suggestionbox width="200" height="200" for="test" suggestionAction="#{bean.autocomplete}" var="cap">

<h:column>

<f:facet name="header">

<h:outputText value="Sometext"></h:outputText>

</f:facet>

<h:outputText value="#{cap.text}"></h:outputText>

</h:column>

<a4j:support event="onselect" action="#{bean.action}">

<f:setPropertyActionListener value="#{cap.label}" target="#{bean.property1}" />

</a4j:support>

</rich:suggestionbox>
相关标签: richfaces Java