Hi!

Maybe I'm just stupid or blind or have completely missed some basic things
:-), but wouldn’t the following piece of code in an psml file show the
portlets side by side instead of one above the other?

I'm using the Jetspeed 2.0 release
/Hans


<?xml version="1.0" encoding="UTF-8"?>
<page>
  <defaults
     skin="orange"
     layout-decorator="tigris"
     portlet-decorator="tigris"
  />

  <title>Pii Dashboard</title>

  <fragment id="pii-1" type="layout"
name="jetspeed-layouts::VelocityOneColumn" decorator="simple">

    <fragment id="piidashboard-1" type="portlet" name="pii::DocumentList">
                <property layout="TwoColumns" name="row" value="0" />
                <property layout="TwoColumns" name="column" value="0" />
     </fragment>

    <fragment id="piidashboard-2" type="portlet" name="pii::DocumentListOld">
      <property layout="TwoColumns" name="row" value="0" />
      <property layout="TwoColumns" name="column" value="1" />
    </fragment>

  </fragment>

  <security-constraints>
    <security-constraints-ref>users</security-constraints-ref>
  </security-constraints>

</page>


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

Reply via email to