[richfaces-issues] [JBoss JIRA] Work started: (RF-1444) orderingList: incorrect headers and rows positioning

Vladimir Molotkov (JIRA) jira-events at lists.jboss.org
Thu Nov 29 11:36:46 EST 2007


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

Work on RF-1444 started by Vladimir Molotkov.

> orderingList: incorrect headers and rows positioning
> ----------------------------------------------------
>
>                 Key: RF-1444
>                 URL: http://jira.jboss.com/jira/browse/RF-1444
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.1.3
>         Environment: JSF 1.2, 1.1
> tomcat 6
> FF, IE
>            Reporter: Tsikhon Kuprevich
>         Assigned To: Vladimir Molotkov
>             Fix For: 3.1.3
>
>         Attachments: 28-order-header-row pos.gif
>
>
> 	<rich:orderingList value="#{listBean.capitals}" var="capitals" id="MyId">
> 		<f:facet name="caption">caption_1</f:facet>
> 		<h:column>
> 		<f:facet name="header"><f:verbatim>header_1</f:verbatim></f:facet>
> 			<h:outputText value="#{capitals.stateFlag}"/>
> 		</h:column>	
> 		<h:column>
> 		<f:facet name="header"><f:verbatim>header_2</f:verbatim></f:facet>
> 			<h:outputText value="12"/>
> 		</h:column>		
> 		<h:column>
> 		<f:facet name="header"><f:verbatim>header_3</f:verbatim></f:facet>
> 			<h:outputText value="#{capitals.capitalName}"/>
> 		</h:column>
> 	</rich:orderingList>
> see attached image

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