Simplify use of layout
----------------------

                 Key: TOBAGO-868
                 URL: https://issues.apache.org/jira/browse/TOBAGO-868
             Project: MyFaces Tobago
          Issue Type: Improvement
          Components: Core
            Reporter: Udo Schnurpfeil
            Assignee: Bernd Bohmann
            Priority: Minor


It would be nice if we can skip the f:facet tag for layout managers. So that we 
can use the short form 
<tc:panel>
    <tc:gridLayout columns="*;400px;*"/>
  ...
</tc:panel>
instead of the long form
<tc:panel>
  <f:facet name="layout">
    <tc:gridLayout columns="*;400px;*"/>
  </f:facet>
  ...
</tc:panel>


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