taylor 2004/10/05 16:22:26 Modified: portal/src/webapp/WEB-INF/pages p002.psml p001.psml Log: trying unique names for frags, but think i've found another bug with .psml getting tagged to twice to extension anyway, the names are clearly more unique now Revision Changes Path 1.12 +2 -2 jakarta-jetspeed-2/portal/src/webapp/WEB-INF/pages/p002.psml Index: p002.psml =================================================================== RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/pages/p002.psml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- p002.psml 21 Sep 2004 22:56:52 -0000 1.11 +++ p002.psml 5 Oct 2004 23:22:26 -0000 1.12 @@ -21,9 +21,9 @@ portlet-decorator="jetspeed" /> <title>My Second PSML page</title> - <fragment id="xx2" type="layout" name="jetspeed::VelocityTwoColumns"> + <fragment id="xx2.0" type="layout" name="jetspeed::VelocityTwoColumns"> - <fragment id="xx9" type="portlet" name="HW_App::CustomerList"/> + <fragment id="xx2.1" type="portlet" name="HW_App::CustomerList"/> </fragment> <metadata name="title" xml:lang="ja"> 1.12 +5 -5 jakarta-jetspeed-2/portal/src/webapp/WEB-INF/pages/p001.psml Index: p001.psml =================================================================== RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/pages/p001.psml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- p001.psml 26 Sep 2004 06:19:39 -0000 1.11 +++ p001.psml 5 Oct 2004 23:22:26 -0000 1.12 @@ -21,20 +21,20 @@ portlet-decorator="portletstd" /> <title>My First PSML Page</title> - <fragment id="xx1" type="layout" name="jetspeed::VelocityTwoColumns"> - <fragment id="xx3" type="portlet" name="HW_App::HelloPortlet"> + <fragment id="xx1.0" type="layout" name="jetspeed::VelocityTwoColumns"> + <fragment id="xx1.3" type="portlet" name="HW_App::HelloPortlet"> <property layout="TwoColumns" name="row" value="0" /> <property layout="TwoColumns" name="column" value="0" /> </fragment> - <fragment id="xx4" type="portlet" name="PAM::PortletApplicationBrowser"> + <fragment id="xx1.4" type="portlet" name="PAM::PortletApplicationBrowser"> <property layout="TwoColumns" name="row" value="0" /> <property layout="TwoColumns" name="column" value="1" /> </fragment> - <fragment id="xx5" type="portlet" name="HW_App::PreferencePortlet"> + <fragment id="xx1.5" type="portlet" name="HW_App::PreferencePortlet"> <property layout="TwoColumns" name="row" value="1" /> <property layout="TwoColumns" name="column" value="0" /> </fragment> - <fragment id="xx9" type="portlet" name="HW_App::CustomerList"> + <fragment id="xx1.9" type="portlet" name="HW_App::CustomerList"> <property layout="TwoColumns" name="row" value="1" /> <property layout="TwoColumns" name="column" value="1" /> </fragment>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]