Everything looks alright, except for the fact that you're using the
OneColumn controller for your Home tab.  Instead, try using the
MenuControl/MenuController.  I think that this might be what you're looking
for.

Here's my tab with the SkinBrowser.

<?xml version="1.0" encoding="iso-8859-1"?>
<portlets id="P-f644be2c64-10000">
    <metainfo>
        <title>My Home</title>
    </metainfo>
    <security-ref parent="owner-only"/>
    <layout position="-1" size="-1"/>
    <control name="TabControl"/>
    <controller name="TabController"/>
    <portlets id="P-f644bfefc8-10010">
        <metainfo>
            <title>MyPane</title>
        </metainfo>
        <security-ref parent="owner-only"/>
        <layout position="1" size="-1"/>
        <control name="MenuControl"/>
        <controller name="MenuController"/>
        <entry id="P-f644c02cd8-10011" parent="SkinBrowser">
            <layout position="-1" size="-1">
                <property name="column" value="0"/>
                <property name="row" value="0"/>
            </layout>
        </entry>
        <entry id="P-f6446719b8-10005" parent="SkinForm">
            <parameter name="_menustate" value="closed"/>
        </entry>
    </portlets>
</portlets>
----- Original Message ----- 
From: "kylin" <[EMAIL PROTECTED]>
To: "Jetspeed Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, July 08, 2003 7:29 PM
Subject: Re: Re: admin portlets can not add to myself pan?


> Jeremy Ford,
>
> 1.add a user whose role is admin
> 2.add the "skinbrowser" velocity portlet into pane
> 3.view the pane in the page ,when i click "add skin" ,
>   the page reload but did not change (it should be the "skin form" page)
> 4.i add the ">..." info into .psml by hand,the page appear a title of
skinForm
>   when i first view this page,after i click "add skin" ,the "skin form"
appear
>   and there add one line in the psml file "<parameter name="_display"
value="normal"/>".
>   but this is not look like what i have seen in the admin's page.(in the
page ,when i click
>   "add skin",the "skin browser" will be replace by "skin form")
>
> <?xml version="1.0" encoding="UTF-8"?>
> <portlets id="01">
>     <metainfo>
>         <title>My Home</title>
>     </metainfo>
>     <security-ref parent="owner-only"/>
>     <layout position="-1" size="-1"/>
>     <control name="TabControl"/>
>     <controller name="TabController"/>
>     <portlets id="P-f570853d61-10000">
>         <metainfo>
>             <title>Home</title>
>         </metainfo>
>         <security-ref parent="owner-only"/>
>         <layout position="0" size="-1"/>
>         <controller name="OneColumn"/>
>         <entry id="P-f6446719b8-10004" parent="SkinBrowser">
>             <layout position="-1" size="-1">
>                 <property name="column" value="0"/>
>                 <property name="row" value="0"/>
>             </layout>
>         </entry>
> >        <entry id="P-f6446719b8-10005" parent="SkinForm">
> >            <parameter name="_menustate" value="closed"/>
> >        </entry>
>     </portlets>
> </portlets>
>
>
>
> ======= 2003-07-08 16:01:00 =======
>
> >If you would like, post your psml file (if it's not too large) or the
> >relevant portion of it.  Where is this tab that you've created?
> >
> >Jeremy Ford
> >
> >----- Original Message ----- 
> >From: "kylin" <[EMAIL PROTECTED]>
> >To: "Jetspeed Users List >" <[EMAIL PROTECTED]
Users
> >List <[EMAIL PROTECTED]>
> >Sent: Tuesday, July 08, 2003 12:00 AM
> >Subject: admin portlets can not add to myself pan?
> >
> >
> >>
> >>   such as "skin browser" portlet :
> >> after i have created a new pane named "test window",
> >> i add "skin browser" into it, when i click "add skin"
> >> link ,nothing happend(that's say it not work, but no
> >> error)?
> >> when i see the psml file ,i found in my "test window"
> >> portlets element there isn't "skinform" entry,but i add
> >> it by hand ,it can not work too.how can i add "skin
> >> browser" to other pane?
> >>
> >> Any help is much appreciated.
> >>
> >>
> >>
> >> regard
> >> kylin
> >>
> >>
> >>
> >>
> >>
> >> ---------------------------------------------------------------------
> >> 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]
>
> = = = = = = = = = = = = = = = = = = = =
>
> regard
> kylin
>
>
>
>
> ---------------------------------------------------------------------
> 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