[ 
https://issues.apache.org/jira/browse/TOBAGO-548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543600
 ] 

Rainer Rohloff commented on TOBAGO-548:
---------------------------------------

                        <tc:panel>
                                <f:facet name="layout">
                                        <tc:gridLayout 
rows="fixed;fixed;fixed;fixed;*" />
                                </f:facet>

                                <tx:in label="Feld 1" 
value="#{validateTestBean.input1}"
                                        binding="#{validateForm.component1}">
                                        <f:validateLength maximum="10" />
                                </tx:in>

                                <tx:in label="Feld 2" 
value="#{validateTestBean.input2}"
                                        binding="#{validateForm.component2}">
                                        <f:validateLength maximum="10" />
                                </tx:in>
                                <tc:hidden value="~" 
validator="#{validateForm.validateTwoFields}" />

                                <tx:in label="Feld 3" 
value="#{validateTestBean.input3}"
                                        binding="#{validateForm.component3}">
                                        <f:validateLength maximum="10" />
                                </tx:in>
                                <tc:cell />
                        </tc:panel>

this renders additional space between "Feld 2" and "Feld 3"

> <tc:hidden ...> renders a margin
> --------------------------------
>
>                 Key: TOBAGO-548
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-548
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Themes
>            Reporter: Rainer Rohloff
>
> so a hidden field has an height

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