AW: AW: Displaying portlet in decorator

2005-04-14 Thread Sven Thiergen
>>>Hi, >>> >>>Is there any way to display a portlet in the decorator built part of >>>the page (the portlet is not included in a psml file)? >>> >>>This is what I do in my decorator file : >>>--- >>>PageImpl searchPage = (PageImpl) rootFolder.getPage("search.psml"); >>> >>>FragmentImpl searchFragme

Re: AW: Displaying portlet in decorator

2005-04-14 Thread zaza
Sven Thiergen wrote: Hi, Is there any way to display a portlet in the decorator built part of the page (the portlet is not included in a psml file)? This is what I do in my decorator file : --- PageImpl searchPage = (PageImpl) rootFolder.getPage("search.psml"); FragmentImpl searchFragment = (Fragme

AW: Displaying portlet in decorator

2005-04-14 Thread Sven Thiergen
> Hi, > > Is there any way to display a portlet in the decorator built part of > the page (the portlet is not included in a psml file)? > > This is what I do in my decorator file : > --- > PageImpl searchPage = (PageImpl) rootFolder.getPage("search.psml"); > > FragmentImpl searchFragment = (Fragmen

Displaying portlet in decorator

2005-04-13 Thread zazo
Hi, Is there any way to display a portlet in the decorator built part of the page (the portlet is not included in a psml file)? This is what I do in my decorator file : --- PageImpl searchPage = (PageImpl) rootFolder.getPage("search.psml"); FragmentImpl searchFragment = (FragmentImpl) searchPage