[
https://issues.apache.org/jira/browse/TOBAGO-868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Udo Schnurpfeil resolved TOBAGO-868.
------------------------------------
Resolution: Fixed
> 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: Udo Schnurpfeil
> Priority: Minor
> Fix For: 3.0.0-alpha-1, 3.0.0
>
>
> It would be nice if we can skip the f:facet tag for layout managers. So that
> we can use the short form
> {code}
> <tc:gridLayout columns="*;400px;*">
> ...
> </tc:gridLayout>
> {code}
> instead of the long form
> {code}
> <tc:panel>
> <f:facet name="layout">
> <tc:gridLayout columns="*;400px;*"/>
> </f:facet>
> ...
> </tc:panel>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)