My portlets registry is local-portlets.xreg. It has the following
definition of the jsp portlet.
<portlet-entry name="SampleJsp" hidden="false" type="ref"
parent="JSP" application="false">
<meta-info>
<title>SampleJSP Portlet</title>
<description>SampleJSP Portlet</description>
</meta-info>
<parameter name="template" value="samplejsp.jsp"
hidden="false"> </parameter>
</portlet-entry>
And my "samplejsp.jsp" file is in
C:\TomCat\webapps\jetspeed\WEB-INF\templates\jsp\portlets\html\samplejsp.jsp
It is not displayed in the portlets list... for adding...
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>