[richfaces-issues] [JBoss JIRA] Created: (RF-1431) orderingList: table headers are not displayed for JSF 1.1

Tsikhon Kuprevich (JIRA) jira-events at lists.jboss.org
Tue Nov 27 09:33:47 EST 2007


orderingList: table headers are not displayed for JSF 1.1
---------------------------------------------------------

                 Key: RF-1431
                 URL: http://jira.jboss.com/jira/browse/RF-1431
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.1.3
         Environment: JSF 1.1 
tomcat 6
IE FF
            Reporter: Tsikhon Kuprevich
         Assigned To: Nick Belaevski
         Attachments: 27-ordering-caption-jsf1.1.gif

	<rich:orderingList value="#{listBean.capitals}" var="capitals" id="MyId">
	<f:facet name="caption">caption_1</f:facet>
		<h:column>
		<f:facet name="header">header_1</f:facet>
			<h:outputText value="#{capitals.stateFlag}"/>
		</h:column>
		<h:column>
		<f:facet name="header">header_2</f:facet>
			<h:outputText value="#{capitals.capitalName}"/>
		</h:column>
	</rich:orderingList>

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