[
https://issues.apache.org/jira/browse/TOBAGO-1669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15769571#comment-15769571
]
Hudson commented on TOBAGO-1669:
--------------------------------
SUCCESS: Integrated in Jenkins build Tobago 3.0.x #696 (See
[https://builds.apache.org/job/Tobago%203.0.x/696/])
TOBAGO-1669: Exception while rendering an empty table with <tc:row> (lofwyr:
[http://svn.apache.org/viewvc/?view=rev&rev=1775589])
* (edit)
tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/renderkit/renderer/SheetRenderer.java
> Exception while rendering an empty table with <tc:row>
> ------------------------------------------------------
>
> Key: TOBAGO-1669
> URL: https://issues.apache.org/jira/browse/TOBAGO-1669
> Project: MyFaces Tobago
> Issue Type: Bug
> Affects Versions: 3.0.0
> Environment: Win7, tomee
> Reporter: Rainer Rohloff
> Assignee: Udo Schnurpfeil
>
> Rendering an empty table by using this sequence
> <tc:sheet ..>
> **<tc:row> ... </tc:row>**
> <tc:column> ... </tc:column>
> <tc:column> ... </tc:column>
> </tc:sheet>
> throws an Exception and a following <tc:sheet> will not be displayed.
> Using this sequence works as expected:
> <tc:sheet ..>
> <tc:column> ... </tc:column>
> <tc:column> ... </tc:column>
> **<tc:row> ... </tc:row>**
> </tc:sheet>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)