cell spanY attribute results in rendering error
-----------------------------------------------

                 Key: TOBAGO-367
                 URL: https://issues.apache.org/jira/browse/TOBAGO-367
             Project: MyFaces Tobago
          Issue Type: Bug
    Affects Versions: 1.0.10
            Reporter: Dennis Hauser
            Priority: Minor


When using spanY attribute of <tc:cell> to span a cell over several rows, the 
followig tags are spanned over several rows as well.

The example renders a group of radio buttons on the left sie, spanning 2 rows. 
To its right there should be 2 tc:in, but the first tc:in is spanning over 2 
rows as well.

                        <tc:box label="Trading Start Time">
                                <f:facet name="layout">
                                        <tc:gridLayout rows="fixed;fixed;*" 
columns="fixed;fixed;*" />
                                        <%--radiobuttons left, 2-3 ins right  
--%>
                                </f:facet>

                                <tc:cell spanY="2">
                                        <tc:selectOneRadio
                                                
value="#{tradingScheduleController.startTimeType}">
                                                <f:selectItems 
value="#{tradingScheduleController.timeTypeItems}" />
                                        </tc:selectOneRadio>
                                </tc:cell>

                                <tc:cell>
                                <tc:in label="Days before delivery" value="1" />
                                </tc:cell>
                                <tc:cell />

                                <tc:cell>
                                <tc:in label="Time" value="15:00" />
                                </tc:cell>
                                <tc:cell />

                                <tc:cell spanX="3" />
                        </tc:box>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to