jetspeed-layouts::VelocityTwoColumns2575 should work. That is what I used in my page. Please refer to your \Jetspeed\WEB-INF\apps\jetspeed-layouts\WEB-INF\portlet.xml for all supported layouts
One thing that I can think of is that your layout fragment id. Change that to something else when specify your new 2575 layout. Also, the <value> attribute in the property should be coordinates of the current layout, as in the following meaning the first row (row=0) and second column (column=1) <property name="row" value="0"/> <property name="column" value="1"/> No need to specify 'column' if you are using oneColumnLayout. HTH. ---Yang >-----Original Message----- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Sent: Saturday, December 23, 2006 7:47 AM >To: Jetspeed Developers List >Subject: PSML: VelocityTwoColumns2575 does not work > >Hi, > >I want to develop a web page which has sections like leftleaf and body >contents. Inside the leftleaf I am going to display the Item tree structure. >Whenever we click on the item, it will display the details of that item >inside the body contents section. > >Here I want 25% width to be occupied by leftleaf and 75% width to be >occupied by body contents. > >So, I used "VelocityTwoColumns2575" as jetspeed layout. >But it always gives me 50%, 50% > >I also tried to say: > ><fragment id="100345" type="layout" name="jetspeed- >layouts::VelocityTwoColumns"> > <property layout="OneColumn" name="row" value="1"/> > <property layout="TwoColumns" name="sizes" value="25%,75%"/> > >But it is also not working. Do you know how to divide the screen for 25%, >75% pattern? >Kindly send me the details of such PSML. > >Thanks. >regards, > >Anand > > > > > >--------------------------------------------------------------------- >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]
