Anthony,
First, the Parent="HTML" is used for local HTML files, not web sites. 
Use the WebPagePortlet, parent="WebPagePortlet", instead. This requires
Jetspee 1.3a2 from the CVS.

The URL is to directly access a page is :
   Current User:
       localhost/jetspeed/portal/page/<filename>

   Named User (username will be reset by jetspeed to the current 
   username, so why use!) :
       localhost/jetspeed/portal/user/<username>/page/<filename>

   Group file:
       localhost/jetspeed/portal/group/<groupname>/page/<filename>

   Below is the path used to find the file NetworkStatus.psml for the
user Turbine:
    /WEB-INF/psml/user/turbine/html/NetworkStatus.psml
    /WEB-INF/psml/user/NetworkStatus.psml

Paul Spencer

Anthony Smith wrote:
> 
> Take a look at the following portlet entry for an HTML Portlet...
> 
> <portlet-entry name="news" hidden="false" type="ref"
>         parent="HTML" application="false">
>         <meta-info>
>             <title>News Portlet</title>
>         </meta-info>
>         <url>http://www.cnn.com</url>
>     </portlet-entry>
> 
> *********************************
> 
> Instead of specifying the value here, is it possible to do sepcify the url
> in one of the .psml files. Something to the effect of:
> 
> <portlets>
> <controller
> name="org.apache.jetspeed.portal.controllers.RowColumnPortletController"/>
>       <entry type="ref" parent="news" value="http://www.cnn.com"; />
>     </portlets>
> 
> ---------------------------------------------------------------------
> 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