How to change display format of data on icefaces(jsf) xhtml pages?
问题 I have a List<String> in my JSF managed bean that I am trying to get on Facelets page with ICEfaces components. Below is the view: <ice:panelGrid> <ice:panelGrid> <ice:outputText value="Properties:" style="text-align:left;font-size:20px;"> </ice:outputText> <ice:selectManyListbox id="CriteriaListbox" style="width: 200px; height: 250px; " partialSubmit="true"> <!--<p:selectItem value="#{beanInfo.Properties}"/>--> <p:selectItem itemLabel="#{beanInfo.Properties}" itemValue="#{beanInfo.Properties