Nan Anonymous wrote:
Hmm.. forgot this forum is for both.

I would be more interesting on JS2 as I want to do this in as much
conformance to JSR168 as possible. Of course, a comparison of
different approaches for different portal servers would also be very
educational.

Thanks


You can setup a portlet pipeline and retrieve only the content for one portlet within another portlet. This is what we do in Jetspeed 1.6 fusion to support jsr 168 portlets


Another quick solution is to include the content of another portlet using the IFramePortlet and a portlet on a single psml page with a clear decorator:

            <preference>
                <name>SRC</name>
                                
<value>/jetspeed/portal/frames/dtb-frame.psml</value>
            </preference>


-- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] [office] +01 707 773-4646 [mobile] +01 707 529 9194

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to