Alexandre Vaillancourt wrote:
Hi all!

I've been looking into Jetspeed2 for that last couple of days, and I
couldn't figure out some things.

First, is there a portlet that I can use to display text in "view" mode, and
edit it in "admin" mode?

Not really, but its pretty easy to put a portlet together from the examples.

For example, the Velocity portlet has an example of displaying editable preferences in edit mode. You can secure your page or portlet in the psml by constraining edit mode to admin users


Second, is there a portlet that I can use to upload and/or display images?

Use the FilePortlet, see the ContentViewer portlet as an example in the demo app


<portlet-class>org.apache.portals.gems.file.FilePortlet</portlet-class>

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

Reply via email to