[richfaces-issues] [JBoss JIRA] Created: (RF-1940) dataTable header looks badly if facets are set not for all columns.

Sergey Halipov (JIRA) jira-events at lists.jboss.org
Thu Jan 17 09:26:19 EST 2008


dataTable header looks badly if  facets are set not for all columns.
--------------------------------------------------------------------

                 Key: RF-1940
                 URL: http://jira.jboss.com/jira/browse/RF-1940
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.0
         Environment: FF, IE
            Reporter: Sergey Halipov
            Priority: Optional
         Attachments: header.png

<data:dataTable var="master" value="#{data.numbers}" >
					<data:column>
						<f:facet name="header">
							<h:outputText value="Test" />
						</f:facet>
						<h:outputText value="#{master}" />
					</data:column>
					<data:column>
						<h:outputText value="#{master}" />
					</data:column>
				</data:dataTable>

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