burtonator wrote:
>
> David Ramsey wrote:
> >
> > We are experimenting with Jetspeed and learning the ins and outs of PSML. We
> > would like to do something a bit different though and have a portlet display
> > directly on the home page (not a link, the actual portlet).
> >
> > This does not appear to be obvious from the PSML documents, at least to me
> > or perhaps I have not gotten far enough yet. Does anyone have any
> > suggestions?
>
> Just have one default.psml file with one Portlet in it... your only
> portlet.
>
I'm not sure I understand your question but if you want to only display
your portlet content without Jetspeed adding anything (apart from the configured
Turbine navigations) use this PSML template:
<portlets>
<controller>org.apache.portal.controllers.FlowLayoutController</controller>
<entry type="ref" parent="#YourPortletNameHere#">
<control>org.apache.portal.control.ClearPortletControl</control>
</entry>
</portlets>
With this construct what will be output will be exactly what your portlet outputs
without any added markup (no <table>, no title bar, etc...).
--
Rapha�l Luta - [EMAIL PROTECTED]
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]