[ 
https://issues.apache.org/jira/browse/TOBAGO-1669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Udo Schnurpfeil resolved TOBAGO-1669.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 3.0.1

> 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
>             Fix For: 3.0.1
>
>
> 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)

Reply via email to