Sumit Ranjan wrote:
> hi jochen !
> thanx for your prompt reply...
> however what u suggested is not the case here...
> my portlet.xreg entry is....
>
> <portlet-entry
>
> type="instance" name="HelloPortal" parent="WebPagePortlet" hidden="false"
>
> application="false">
> <classname>com.gluecode.portal.portlets.HelloPortlet</classname><meta-info>
>
> <title>myportlet</title>
> </meta-info>
>
> </portlet-entry>
> </registry>
>
> this entry is at the ned of the portlet.xreg file.
> do u c anything wrong here ?
>
Hello,
this I think I can answer,
(soory : english very poor)
You compile your HelloPortlet.java.
You put HelloPortlet.class in $HOM_JETSPEED/WEB-INF/classes/
If directory classes doesn't exist, create it.
Endly, you put only :
<portlet-entry type="instance" name="HelloPortal">
<classname>HelloPortlet</classname>
<meta-info>
<title>myportlet</title>
</meta-info>
</portlet-entry>
And it's OK.
NB: Personally, I put "<portlet-entry ...." in my jetspeed-config.jcfg.
Good luck.
vincent.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]