[richfaces-issues] [JBoss JIRA] Updated: (RF-1381) orderingList adds unnecessary "Header"

Aleksej Yanul (JIRA) jira-events at lists.jboss.org
Tue Nov 20 08:11:18 EST 2007


     [ http://jira.jboss.com/jira/browse/RF-1381?page=all ]

Aleksej Yanul updated RF-1381:
------------------------------

    Attachment: orderingList(3181).jpg

		<rich:orderingList id="orderingListID" value="#{orderingList.list}" var="item" >
			<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>

> orderingList adds unnecessary "Header"
> --------------------------------------
>
>                 Key: RF-1381
>                 URL: http://jira.jboss.com/jira/browse/RF-1381
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.1.3
>            Reporter: Aleksej Yanul
>         Assigned To: Nick Belaevski
>         Attachments: orderingList(3181).jpg
>
>
> see screenshot

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

        



More information about the richfaces-issues mailing list