hi vincent !
   i ahve tried  what u said...but still even after restarting my tomcat
...i am not getting any option for my helloportlet  when i click customize.

   do u think it may be due to layout problems ?

sumit
----- Original Message -----
From: "Vincent Bonamy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 13, 2001 4:27 PM
Subject: Re: problem with hello world


> 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]
>


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

Reply via email to