Kamal,

See below.

Kamal Muthuswamy wrote:

> Hi
> 
> I am facing with two problems while configuring Jetspeed.
> 
> 1. I am trying to remove the title bar from the main page i.e.
> the page displayed by default.psml in 'anon' folder, using
> the "_showtitlebar" parameter in local-portlet.xreg and I am
> unable to do so. It keeps showing a title bar for the portlets.
> Am I missing something here?


Are you using Jetspeed 1.3a3-dev post 29-dec-2001?

Their is a "welcome" portlet defined for the turbine user that has not 
title bar.

> 
> 2. I need a TwoColumns controller with 25% and 75% as split. I
> tried finding out the controller name by changining it from
> TwoColumns 50% 50% and it gives me a Java Horrible Exception.
> Could anyone tell me how I can set Twocolumns controller with
> 25% and 75% split in .psml file.
> 
What is the error message?


The following entry in controllers.xreg should work


    <portlet-controller-entry name="TwoColumnsRight" hidden="false">
        <meta-info>
            <title>Two columns (25/75)</title>
        </meta-info>
        
<classname>org.apache.jetspeed.portal.controllers.VelocityPortletController</classname>
        <parameter name="template" value="multicolumn.vm" hidden="false"/>
        <parameter name="action"
            value="controllers.MultiColumnControllerAction" hidden="false"/>
        <parameter name="sizes" value="25%,75%" hidden="false"/>
        <parameter name="cols" value="2" hidden="false"/>
        <media-type ref="html"/>
    </portlet-controller-entry>


> Any help would be appreciated
> Thanks and regards
> Kamal
> 
> 


Paul Spencer


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to