Hello,
I'm have problems getting jetspeed to allow me to enter edit mode. I
have declared edit as a supported mode in portlet.xml and implemented
doEdit but when the portlet loads I do not get the edit icon on the
title bar. Here is my portlet.xml
<!-- Begin RequestPortlet -->
<portlet id="RequestPortlet">
<description xml:lang="en">Displays new request form</description>
<portlet-name>RequestPortlet</portlet-name>
<display-name xml:lang="en">Sample Request</display-name>
<portlet-class>iodp.usio.rms.RequestPortlet</portlet-class>
<expiration-cache>0</expiration-cache>
<supports>
<mime-type>text/html</mime-type>
<portlet-mode>EDIT</portlet-mode>
<portlet-mode>VIEW</portlet-mode>
</supports>
<supported-locale>en</supported-locale>
<portlet-info>
<title>Sample Request</title>
<short-title>Request</short-title>
<keywords>sample request</keywords>
</portlet-info>
</portlet>
<!-- End RequestPortlet -->
Any suggestions?
--Brice
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]