[
http://jira.jboss.com/jira/browse/RF-1411?page=comments#action_12388781 ]
Alexander Francuzov commented on RF-1411:
-----------------------------------------
<f:subview id="orderingListSubviewID"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich"
xmlns:ui="http://java.sun.com/jsf/facelets">
<h:messages showDetail="true" />
<rich:orderingList id="orderingListID"
value="#{orderingList.list}" var="item"
listHeight="#{orderingList.listHeight}"
listWidth="#{orderingList.listWidth}"
controlsType="#{orderingList.controlsType}"
bottomControlLabel="#{orderingList.bottomControlLabel}"
captionLabel="#{orderingList.captionLabel}"
topControlLabel="#{orderingList.topControlLabel}"
upControlLabel="#{orderingList.upControlLabel}"
controlsHorizontalAlign="#{orderingList.controlsHorizontalAlign}"
controlsVerticalAlign="#{orderingList.controlsVerticalAlign}"
headerLabel="#{orderingList.headerLabel}"
downControlLabel="#{orderingList.downControlLabel}"
orderControlsVisible="#{orderingList.orderControlsVisible}"
fastOrderControlsVisible="#{orderingList.fastOrderControlsVisible}"
rendered="#{orderingList.rendered}"
showButtonLabels="#{orderingList.showButtonLabels}"
selection="#{orderingList.selection}" >
<h:column width="100px">
<f:facet name="header">
<h:outputText value="Number" />
</f:facet>
<h:outputText value="#{item.data1}" />
</h:column>
<h:column width="100px">
<f:facet name="header">
<h:outputText value="Name" />
</f:facet>
<h:outputText value="#{item.data0}" />
</h:column>
<h:column width="100px">
<f:facet name="header">
<h:outputText value="Status" />
</f:facet>
<h:selectOneMenu value="#{item.data2}">
<f:selectItem itemLabel="error" itemValue="error" />
<f:selectItem itemLabel="fatal" itemValue="fatal" />
<f:selectItem itemLabel="info" itemValue="info" />
<f:selectItem itemLabel="passed" itemValue="passed" />
<f:selectItem itemLabel="warn" itemValue="warn" />
</h:selectOneMenu>
</h:column>
<h:column width="30px">
<f:facet name="header">
<h:outputText value="Icon" />
</f:facet>
<h:graphicImage value="#{item.data3}" />
</h:column>
</rich:orderingList>
</f:subview>
OrderingList. No ability to choose item in SelectOneMenu
--------------------------------------------------------
Key: RF-1411
URL:
http://jira.jboss.com/jira/browse/RF-1411
Project: RichFaces
Issue Type: Bug
Environment: Firefox 2.0.0.9
JDK 1.5
Tomcat 6.0.13
JSF 1.2 with facelets
Reporter: Alexander Francuzov
Assigned To: Nick Belaevski
1. change "Enter quantity of lines" to 100
2. try to select different value in SelectOneMenu
SelectOneMenu will hide automatically
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira