Nan Anonymous wrote:
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



Thanks. Can you point me to the document about this portlet pipeline?

I suppose there can be an API (as Java class/method or JSP tag) to
include another portlet. Something like this can be put in the view
rendering JSP of one portlet:

...
<portlet:include portlet-name="StockPorfolio"><!-- include another portlet-->
  <param name="symbols">^DJIX ^IXIA ...</>
  ...
<portlet:include/>

Is there anything like that already? Is it doable?

Get a dispatcher for:

String dispatchURL = "/jetspeed/portal?pipeline=portlet-pipeline&entity=" + entityId;

alternatively you may find it useful to include in by psml

<page id="chooser-users" hidden='true'>
<defaults
layout-decorator="simple"
portlet-decorator="clear"
/>
<title>User Chooser</title>
<fragment id="chooser-users" type="layout" name="jetspeed::VelocityOneColumnNoActions">


and then linking to that page

Of course these are non-portable solutions


-- 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