On 28 juin 2012, at 08:51, Nguyen Anh Kien wrote:
> Hi Chris,
>
> See my inline comments below
Thanks for the quick answer!
> On Thu, Jun 28, 2012 at 1:46 AM, Christophe Laprun <
claprun@redhat.com> wrote:
> Hi all,
>
> Based on the gatein_objects_1_2.xsd, it seems possible to create layout containing containers as follows:
>
> <portal-layout>
> <portlet-application> header </portlet-application>
>
> <container template="system:/groovy/portal/webui/container/UITableColumnContainer.gtmpl">
> <portlet-application> menu </portlet-application>
> </container>
> <container template="system:/groovy/portal/webui/container/UIContainer.gtmpl">
> <page-body> </page-body>
> </container>
> </container>
> It seems you are missing an open tag <container>?
Copy & paste error. :)
> Is that expected or is this a bug?
>
> I think this is UI, it's only stylesheet problem of your header
OK, good to know.
> More generally, is there a complete documentation on portal-layouts?
>
> Up to now we haven't any documentation for this. We can update it into Reference Guide in future
Would be nice, yes. Should I create a JIRA for it?