[richfaces-issues] [JBoss JIRA] Commented: (RF-1236) Datatable border of empty cells not rendered

Tsikhon Kuprevich (JIRA) jira-events at lists.jboss.org
Thu Nov 15 10:58:18 EST 2007


    [ http://jira.jboss.com/jira/browse/RF-1236?page=comments#action_12387747 ] 
            
Tsikhon Kuprevich commented on RF-1236:
---------------------------------------

This is reproduced in both IE 6 and 7
for the following code:

				<rich:dataTable id="myDataTable" value="#{listBean.capitals}"
					var="capitals">
					<rich:column>
						<h:outputText value="#{capitals.stateFlag}"></h:outputText>
					</rich:column>
					<rich:column>
						<h:outputText value="#{capitals.capitalName}"></h:outputText>
					</rich:column>
					<rich:column>
						
					</rich:column>
					<rich:column>
						
					</rich:column>
				</rich:dataTable>

> Datatable border of empty cells not rendered
> --------------------------------------------
>
>                 Key: RF-1236
>                 URL: http://jira.jboss.com/jira/browse/RF-1236
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.1.1, 3.1.2
>            Reporter: Carsten H?hne
>         Assigned To: Tsikhon Kuprevich
>             Fix For: 3.2.0, 3.1.3
>
>
> Beginning with RF 3.1.1 borders around empty cells are not rendered.
> In RF 3.1.0 all is correct.
> Could this be a regression from Issue RF-45 dataTable has wrong representation for the empty fields.?

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