Hi,

We have trouble customizing psml file through PSML browser.

We have a PSML file with 3 columns layout and it's impossible to manage
graphically our components "portlets".
We see only "entry" components.

How to manage, through the Portlet Customizer tool, components "portlets" in
Three columns Layout. ( same problem with One column and two columns)
With Tab Pane Layout, it's OK

Please find a PSML example which reproduces problem.

Best regards

Laurent

<?xml version="1.0" encoding="UTF-8"?>
<portlets id="ptl01">
    <metainfo>
        <title>Portlet 01</title>
    </metainfo>
    <controller name="ThreeColumnsSymetric"/>
    <entry id="ent02" parent="AdminInfo">
        <metainfo>
            <title>Entry 02</title>
        </metainfo>
        <layout position="-1" size="-1">
            <property name="column" value="0"/>
            <property name="row" value="0"/>
        </layout>
    </entry>
    <portlets id="ptl02">
        <metainfo>
            <title>Portlet 02</title>
        </metainfo>
        <controller name="ColumnController"/>
        <entry id="ent01" parent="AdminInfo">
            <metainfo>
                <title>Entry 01</title>
            </metainfo>
        </entry>
    </portlets>
    <portlets id="ptl03">
        <metainfo>
            <title>Portlet 03</title>
        </metainfo>
        <control name="TabControl"/>
        <controller name="CardPortletController"/>
        <portlets id="ptl04">
            <metainfo>
                <title>Portlet 04</title>
            </metainfo>
            <controller name="ColumnController"/>
            <entry id="ent03" parent="AdminInfo"/>
            <entry id="ent04" parent="Search"/>
        </portlets>
        <portlets id="ptl05">
            <metainfo>
                <title>Portlet 05</title>
            </metainfo>
            <controller name="ColumnController"/>
            <entry id="ent05" parent="AdminInfo"/>
            <entry id="ent06" parent="Search"/>
        </portlets>
    </portlets>
</portlets>


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

Reply via email to