Author: taylor
Date: Wed May 27 22:58:54 2009
New Revision: 779350

URL: http://svn.apache.org/viewvc?rev=779350&view=rev
Log:
https://issues.apache.org/jira/browse/JS2-906

Modified:
    
portals/site/jetspeed/jetspeed-2.2/jetspeed-guide-dev/src/site/xdoc/guide-decorators.xml

Modified: 
portals/site/jetspeed/jetspeed-2.2/jetspeed-guide-dev/src/site/xdoc/guide-decorators.xml
URL: 
http://svn.apache.org/viewvc/portals/site/jetspeed/jetspeed-2.2/jetspeed-guide-dev/src/site/xdoc/guide-decorators.xml?rev=779350&r1=779349&r2=779350&view=diff
==============================================================================
--- 
portals/site/jetspeed/jetspeed-2.2/jetspeed-guide-dev/src/site/xdoc/guide-decorators.xml
 (original)
+++ 
portals/site/jetspeed/jetspeed-2.2/jetspeed-guide-dev/src/site/xdoc/guide-decorators.xml
 Wed May 27 22:58:54 2009
@@ -253,6 +253,26 @@
         </p>
    </subsection>
 </section>
+<section name='JSP Decorators'>
+<p>
+The JSP decorators are only currently supported in the <i>tigris</i> 
decorator. The JSP decorators are not enabled by default. JSP decorators
+ can be enabled by modifying (properly commented) settings in:
+</p>
+<ul>
+<li>decorators/layout/tigris/decorator.properties</li>
+<li>decorators/portlet/tigris/decorator.properties</li>
+<li>WEB-INF/templates/layout/html/columns/layout.properties</li>
+<li>WEB-INF/templates/layout/html/maximized/layout.properties</li>
+<li>WEB-INF/templates/layout/html/solo/layout.properties</li>
+</ul>
+<p>
+Note: you need to change the settings in *all* of the above properties files, 
and then restart jetspeed.
+</p>
+<p>
+Also note: for the tcolumns template there isn't a JSP replacement (yet), but 
that isn't much used anyway AFAIK.
+Just to be sure: don't switch your page layout portlet(s) from columns to 
tcolumns, otherwise your page will be be broken.
+</p>
+</section>
 <!--
 <section name='Packaging'>
 <p>


Reply via email to