I just tried making it an instance, and it still does not appear to be
reading the parameter.
Steve B.
----- Original Message -----
From: "burtonator" <[EMAIL PROTECTED]>
To: "JetSpeed" <[EMAIL PROTECTED]>
Sent: Friday, June 02, 2000 4:16 PM
Subject: Re: Portlet which uses Jetspeed userid and passwd
> sbelt wrote:
> >
> > <snip>
> > public class HTMLFQPortlet extends FileWatchPortlet {
> >
> > I have...
> >
> > String makeFQHrefs =
> > (String)this.getPortletConfig().getInitParameter("makeFQHrefs");
> >
> > I logged this value to turbine.log and find the value is null.
> >
> > In portletRegistry.psml I have...
> >
> > <entry type="abstract" name="htmlFile">
> >
> > <classname>org.apache.jetspeed.portal.portlets.HTMLFQPortlet</classname>
> > <parameter name="makeFQHrefs" value="true"/>
> > <parameter name="makeFQActions" value="false"/>
> > </entry>
> >
> > BTW - what is the significance of the type-attribute. Should I be using
> > instance instead of abstract?
>
> No... not unless you have another portlet that is this portlet's child.
> Then Portlet enheritance will take care of it :)
>
> Actually, now that I think about it, I think this functionality might be
> broken.... at least in some situations. Try making it an instance and
> see. I think this might fix it.
>
> Kevin
>
> --
> Kevin A Burton ([EMAIL PROTECTED])
> http://relativity.yi.org
> Message to SUN: "Please Open Source Java!"
> "For evil to win is for good men to do nothing."
>
>
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Archives and Other: <http://java.apache.org/main/mail.html>
> Problems?: [EMAIL PROTECTED]
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]