First, I would like to thank Rapheal and David for their help.  The previous
advice worked for encoding & in the url :)


I am trying to alter the default.psml file and I'm having problems with
getting the ClearPortletControl to display my content.  The portlet works
great in the top the default.psml but below... it doesn't work when I try to
include it in the RSS sources pane...


I have the following coded in my jetspeed-config.jcfg file:


<portlet-entry type="ref" parent="RSS" name="Commodities">
            <parameter name="itemdisplayed" value="10" type="int"/>

<url>http://p.moreover.com/cgi-local/page?c=Commodities%20news&amp;o=rss</ur
l>
            <meta-info>
                <title>Commodities</title>
            </meta-info>
        </portlet-entry>

I am trying to alter the default.psml file and I'm having problems with
getting the ClearPortletControl to display my content when I use the parent
= url syntax

>From the default.psml file:  this part works


    <portlets>
      <controller
name="org.apache.jetspeed.portal.controllers.RowColumnPortletController"/>

      <entry type="ref" parent="Jetspeed"/>
      <entry type="ref" parent="Welcome"/>
      <entry type="ref" parent="Commodities"/>
    </portlets>

  </portlets>

  From the default.psml file:  this part does not work


        BELOW DOES NOT WORK....

      <entry type="ref"
parent="http://p.moreover.com/cgi-local/page?c=Commodities%20news&amp;o=rss"
>
        <control
name="org.apache.jetspeed.portal.controls.ClearPortletControl"/>
      </entry>


Is there any entry I'm missing in the config file?  It doesn't appear I need
one... How do you use a url as parent reference in a portlet entry.






--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/[email protected]/>
List Help?:          [EMAIL PROTECTED]

Reply via email to