Glenn,

I checked in a new tool :

jetspeed.getPortalElement(id)

Give it a try in your Iframe.
It will not work for PortletSets right now. Only portlets (without the
control).
You will also need to write your own screen and layout.
In the screen do this:

$jetspeed.getPortalElement("5")

Where 5 is the number of a portlet. You will need to number your
portlets in your psml file.
The layout can be empty, but must exist with the same name as the
screen.
Then reference it using the new template/layout in the URL:

http://host/jetspeed/portal/template/YourScreenTemplate

Anyway, it's a start.
I can look into a more generic way to do this based on the parameter
name and the session validator.

David




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

Reply via email to