There is the problem
<fragment id="pii-1" type="layout"
name="jetspeed-layouts::VelocityOneColumn" decorator="simple">
VelocityOneColumn > this put portlet in only one column
To have portlet side by side, you need to use VelocityTwoColumn
You should have like this :
<fragment id="pii-1" type="layout"
name="jetspeed-layouts::VelocityTwoColumn" decorator="simple">
<fragment id="piidashboard-1" type="portlet"
name="pii::DocumentList">
<property name="row" value="0" />
<property name="column" value="0" />
</fragment>
<fragment id="piidashboard-2" type="portlet"
name="pii::DocumentListOld">
<property name="row" value="0" />
<property name="column" value="1" />
</fragment>
</fragment>
(Another things, if you are using Internet Explorer and if your portlets are
too large, they will appear one above the other. On Firefox you will only have
an horizontal scroll bar)
Audrey
Hans Brattberg <[EMAIL PROTECTED]> a écrit :
Hi!
Maybe I'm just stupid or blind or have completely missed some basic things
:-), but wouldnt 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
---------------------------------
Découvrez un nouveau moyen de poser toutes vos questions quelque soit le sujet
! Yahoo! Questions/Réponses pour partager vos connaissances, vos opinions et
vos expériences. Cliquez ici.