Author: taylor
Date: Thu Sep 24 03:06:48 2015
New Revision: 1704982
URL: http://svn.apache.org/viewvc?rev=1704982&view=rev
Log:
updating docs for latest psml
Modified:
portals/site-live/jetspeed-2/tutorial/02/default-page.html
Modified: portals/site-live/jetspeed-2/tutorial/02/default-page.html
URL:
http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/tutorial/02/default-page.html?rev=1704982&r1=1704981&r2=1704982&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/tutorial/02/default-page.html (original)
+++ portals/site-live/jetspeed-2/tutorial/02/default-page.html Thu Sep 24
03:06:48 2015
@@ -47,7 +47,7 @@
<div class="xleft">
- Last Published: 28 July 2015
+ Last Published: 23 September 2015
</div>
<div class="xright"> <a
href="http://portals.apache.org/applications/"
class="externalLink">Applications</a>
|
@@ -204,13 +204,9 @@
<p>
Now that we have created our decorators, lets put them to use on the
default page.
Open
<i>jetexpress-portal/src/main/webapp/WEB-INF/pages/default-page.psml</i>.
- Make the following modifications
+ Add the following defaults immediately after the page element:
</p>
-<ul><li>for the layout-decorator, replace jetspeed with <b>jetexpress</b></li>
-<li>for the portlet-decorator, replace jetspeed with <b>jetexpress</b></li>
-</ul>
-<div class="source"><pre><page id="default-page">
- <defaults layout-decorator="jetexpress"
+<div class="source"><pre><defaults layout-decorator="jetexpress"
portlet-decorator="jetexpress"</pre>
</div>
<p>Go ahead and save that file.</p>