Author: mmcallis
Date: 2008-06-12 19:14:29 -0400 (Thu, 12 Jun 2008)
New Revision: 11006
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/errorhandling.xml
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/tutorials.xml
Log:
minor changes for JSP trademarks
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/errorhandling.xml
===================================================================
---
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/errorhandling.xml 2008-06-12
20:17:46 UTC (rev 11005)
+++
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/errorhandling.xml 2008-06-12
23:14:29 UTC (rev 11006)
@@ -343,7 +343,7 @@
</sect2>
</sect1>
<sect1>
- <title>Handling Errors with <trademark
class="trade">JavaServer</trademark> Pages (<trademark
class="trade">JSP</trademark>)</title>
+ <title>Using <trademark class="trade">JSP</trademark> to
Handle Errors</title>
<para>
As described in previous sections, error handling can be redirected to a
<trademark class="trade">JSP</trademark>. Two pages can be created
to handle errors, one for the portal level, and the other for the page level. Portal level
error-handling requires a page that produces a full page, and page-level handling requires
a page that produces markup, but only for a window. When the page is invoked, a set of
request attributes are passed. The following table represents possible request
attributes:
</para>
Modified: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/tutorials.xml
===================================================================
---
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/tutorials.xml 2008-06-12
20:17:46 UTC (rev 11005)
+++
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/tutorials.xml 2008-06-12
23:14:29 UTC (rev 11006)
@@ -640,7 +640,7 @@
</sect3>
</sect2>
<sect2>
- <title>An example <trademark
class="trade">JSP</trademark> portlet</title>
+ <title>An example <trademark
class="trade">JavaServer</trademark> Pages (<trademark
class="trade">JSP</trademark>) portlet</title>
<sect3>
<title>Introduction</title>
<para>
Show replies by date