Rainer Rohloff created TOBAGO-1669:
--------------------------------------
Summary: 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
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)