I switched over to facelets and for some reason my selectManyPicklist stopped
rendering...
<t:panelGroup>
<h:outputText value="Assignees: "/>
<s:selectManyPicklist id="assignees" value="#{pcwBacker.assignees}"
size="5">
<f:selectItems value="#{pcwBacker.workerItems}"/>
</s:selectManyPicklist>
<t:message for="assignees" forceSpan="true"/>
</t:panelGroup>
taglib:
<tag-name>selectManyPicklist</tag-name>
<component>
<component-type>org.apache.myfaces.HtmlSelectManyPicklist</component-type>
<renderer-type>org.apache.myfaces.PicklistRenderer</renderer-type>
</component>
</tag>
--
View this message in context:
http://www.nabble.com/selectManyPicklist-not-rendering%21-t1776368.html#a4835857
Sent from the MyFaces - Users forum at Nabble.com.