taylor 2004/09/22 20:30:19
Added: portal/src/webapp/WEB-INF/pages/_user/user
nested-layout.psml
Log:
Support for nested fragments!
Contribution from Randy Watler
Layout fragments can now be nested inside other fragments such as:
CVS: ----------------------------------------------------------------------
CVS: PR:
CVS: If this change addresses a PR in the problem report tracking
CVS: database, then enter the PR number(s) here.
CVS: Obtained from:
CVS: If this change has been taken from another system, such as NCSA,
CVS: then name the system in this line, otherwise delete it.
CVS: Submitted by:
CVS: If this code has been contributed to Apache by someone else; i.e.,
CVS: they sent us a patch or a new module, then include their name/email
CVS: address here. If this is your work then delete this line.
CVS: Reviewed by:
CVS: If we are doing pre-commit code reviews and someone else has
CVS: reviewed your changes, include their name(s) here.
CVS: If you have not had it reviewed then delete this line.
Revision Changes Path
1.1
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/pages/_user/user/nested-layout.psml
Index: nested-layout.psml
===================================================================
<!-- nested-layout.psml -->
<page>
<defaults layout-decorator="jetspeed" portlet-decorator="jetspeed"/>
<title>Nested Layout Test</title>
<fragment id="100393" type="layout" name="jetspeed::VelocityOneColumn">
<fragment id="100939" type="portlet" name="HW_App::HelloPortlet">
<property layout="OneColumn" name="row" value="0"/>
</fragment>
<fragment id="100345" type="layout" name="jetspeed::VelocityTwoColumns">
<property layout="OneColumn" name="row" value="1"/>
<fragment id="100121" type="portlet" name="security::LoginPortlet">
<property layout="TwoColumns" name="row" value="0"/>
<property layout="TwoColumns" name="column" value="0"/>
</fragment>
<fragment id="100171" type="portlet" name="HW_App::UserInfoTest">
<property layout="TwoColumns" name="row" value="0"/>
<property layout="TwoColumns" name="column" value="1"/>
</fragment>
</fragment>
</fragment>
</page>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]