You should read
http://jakarta.apache.org/jetspeed/site/portlet_config_common.html

especially the part with sample of registry cause yours mean nothing :
You're trying to create a portlet named "MyBrowserPortlet" that inherits
from "IFramePortlet" and you're also trying to define a new class for this
portlet (FileManager class... and I'm not sure it's a portlet class... Does
it inherit from AbstractInstance ?? Seems to be a servlet...)

I don't understand what you want to do.

I think the advice of Carlos was :

- Install FileManager (which is a servlet I think) independently from
Jetspeed

- Create a IFramePortlet named whateveryouwant that points to this servlet
via the "source" parameter (read the javadoc of Iframeportlet
http://jakarta.apache.org/jetspeed/api/org/apache/jetspeed/portal/portlets/I
FramePortlet.html)

- DO NOT CHANGE the classname of that portlet, let it be IFramePortlet

Hope I'm right and hope this helps,
Aurelien


> -----Message d'origine-----
> De : BARDE, CEDRIC [mailto:CEDRIC.BARDE@;disney.com]
> Envoy� : mercredi 6 novembre 2002 15:37
> � : 'Jetspeed Users List'
> Objet : RE: Explorer Portlet
>
>
> I have followed your advice Carlos but I get a "Horrible
> Exception" when I
> run Jetspeed from IE. Here is the code I use to define the portlet:
>
> <portlet-entry name="myBrowserPortlet" hidden="false" type="ref"
> parent="IFramePortlet" application="false">
>     <meta-info>
>         <title>File Manager</title>
>     </meta-info>
>     <security-ref parent="default"/>
>
> <classname>org.apache.jetspeed.portal.portlets.FileManager</classname>
> </portlet-entry>
>
> I have checked the path to the class, its name and the case
> and everything
> is correct.
>
> I cannot see what I am doing wrong...
>
> Thanx in advance for your help!
> Ced


--
To unsubscribe, e-mail:   <mailto:jetspeed-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:jetspeed-user-help@;jakarta.apache.org>

Reply via email to