Hi Gautam, 
Thanks for your advice and support.
Well, I have followed  your guidance and could make it in query one.
Refer to query two:
I want to rout from one page to another page keeping both view left and top pane same. 

Say from first page from /$jetspeed/webapps/WEB-INF/psml/anon/html/en/default.psml 
to another page at /$jetspeed/webapps/WEB-INF/psml/anon/html/en/123.psml

I am not sure if we can rout to another psml file? 
If yes, then what should be the URL I have to give at first page in portlet.
If not then what is the other way to get this? 

I shall be highly obliged for your kind response.
Regards
Deep






-----Original Message-----
From:   Gautam Aggarwal [SMTP:[EMAIL PROTECTED]]
Sent:   Friday, June 28, 2002 3:03 PM
To:     [EMAIL PROTECTED]
Subject:        RE: add portlet at the front page /jetspeed/index.jsp

Hi,

A change needs to be made to the file :
'\WEB-INF\psml\anon\html\en\default.psml'. 

This is what the original file looks like :

<portlets>
    <controller name="RowController">
      <parameter name="sizes" value="66%,34%"/>
    </controller>
    <metainfo>
      <title>Home Page</title>
    </metainfo>
    <portlets>
      <entry parent="JetspeedContent"/>
    </portlets>
    <portlets>
      <entry parent="Jetspeed"/>
      <entry parent="Welcome"/>
    </portlets>
</portlets>

What I wanted was a layout that has three columns :
This is what I did :

<portlets>
        <controller name="ThreeColumns"/>
        <metainfo>
               <title>Home Page</title>
        </metainfo>
        <portlets>
                <entry parent="Portlet 1"/>
                <layout>
                        <property name="row" value="0"/>
                        <property name="column" value="0"/>
                </layout>
        </portlets>
        <portlets>
                <entry parent="Portlet 2"/>
                <layout>
                        <property name="row" value="1"/>
                        <property name="column" value="0"/>
                </layout>
        </portlets>
        <portlets>
                <entry parent="Portlet 3"/>
                <layout>
                        <property name="row" value="0"/>
                        <property name="column" value="1"/>
                </layout>
        </portlets>
        <portlets>
                <entry parent="Portlet 4"/>
                <layout>
                        <property name="row" value="0"/>
                        <property name="column" value="2"/>
                </layout>
        </portlets>
        ..
        ..
        ............and so on
</portlets>

Notice the values of the 'row' and 'column'. Basically the
screen has been split into three columns (25%,50%,25%) with
columns 0,1,2. The rows in a particular column start with a
value 0 and go on till whatever you want. This way you can add
as many portlets on the page as you want. What I had tried had
about 15 portlets on the index page. 

This should answer your first question. I could not really
understand your second question. If you could rephrase it, I'll
probably be able to help you.

Hope this helps!
Bye,
Gautam
_________________________________________________________________

--- Deep Narain Singh <[EMAIL PROTECTED]> wrote:
> Thanks Gautam,
> please help me to answer my following queries:
> 1) How can we customise the number of columns of portlet in
> the front page?
> 2) How should direct one portlet to another portlet which will
> show to 
> another page? I am bit confused, as I want to show left.vm &
> top.vm also 
> when next porlet appears to another page.
> I shall be highly obliged for your kind response.
> Regards
> Deep
> 
> 
> 
> -----Original Message-----
> From: Gautam Aggarwal [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, June 28, 2002 11:23 AM
> To:   Jetspeed Users List; [EMAIL PROTECTED]
> Subject:      Re: add portlet at the front page /jetspeed/index.jsp
> 
> Hi,
> 
> Follow this :
> 
> 1. Add an entry for the required portlet in
> '\web-inf\conf\local-portlets.xreg' registry.
> 
> 2. Add an entry referring to this portlet in the file
> '\web-inf\psml\anon\html\en\default.psml'. Here you can
> specify
> the location of the required portlet with a row and a column.
> I'm assuming that the language setting in yor browser is
> en-English.
> 
> Bye,
> Gautam
>
_________________________________________________________________
> 
> --- Deep Narain Singh <[EMAIL PROTECTED]> wrote:
> > Hi
> > Can anyone please let me know step by step procedure if I
> want
> > to add the new portlet at the front page?
> > Though I have been able to add in the Customisation pane,
> but
> > don't know how to do in the front page.
> > I shall be highly obliged for your kind response.
> > Regards
> > Deep
> >
> >
> >
> > --
> > To unsubscribe, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> >
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Yahoo! - Official partner of 2002 FIFA World Cup
> http://fifaworldcup.yahoo.com
> 


__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com


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

Reply via email to