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]