<tc:form> in a Container without layoutmanager breaks with ClassCastException
-----------------------------------------------------------------------------

                 Key: TOBAGO-409
                 URL: https://issues.apache.org/jira/browse/TOBAGO-409
             Project: MyFaces Tobago
          Issue Type: Bug
    Affects Versions: 1.0.11
            Reporter: Udo Schnurpfeil
            Priority: Critical


    <tc:box label="Test">

     <!-- is here is a layout manager facet it works  -->

      <tc:form>
        <tc:panel>
          <f:facet name="layout">
            <tc:gridLayout rows="1*;fixed;fixed;1*"/>
          </f:facet>
          <tc:cell/>
          <tx:in label="label 1" required="true"/>
          <tx:in label="label 2"/>
          <tc:cell/>
        </tc:panel>
      </tc:form>
    </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