Author: mmcallis
Date: 2008-02-21 22:57:05 -0500 (Thu, 21 Feb 2008)
New Revision: 10077
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/xmldescriptors.xml
Log:
6.1.1. The JBoss Portlet DTD
minor, changed two words...
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/xmldescriptors.xml
===================================================================
---
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/xmldescriptors.xml 2008-02-22
01:14:40 UTC (rev 10076)
+++
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/xmldescriptors.xml 2008-02-22
03:57:05 UTC (rev 10077)
@@ -148,7 +148,7 @@
</screen>
</para>
<para>
- If a portlet uses the <computeroutput>true</computeroutput> value for the
<computeroutput><partial-refresh></computeroutput> element, the
portal uses partial-page refreshing and only renders the portlet. If the
<computeroutput><partial-refresh></computeroutput> element uses
a <computeroutput>false</computeroutput> value, the portal uses a full-page
refresh when the portlet is refreshed.
+ If a portlet uses the <computeroutput>true</computeroutput> value for the
<computeroutput><partial-refresh></computeroutput> element, the
portal uses partial-page refreshing and only renders that portlet. If the
<computeroutput><partial-refresh></computeroutput> element uses
a <computeroutput>false</computeroutput> value, the portal uses a full-page
refresh when the portlet is refreshed.
</para>
</listitem>
</varlistentry>
@@ -157,7 +157,7 @@
</screen></term>
<listitem>
<para>
- The <computeroutput><session-config></computeroutput> element
configures the portlet session of the portlet. The
<computeroutput><distributed></computeroutput> element instructs
the container to distribute the session attributes using portal session replication. This
only applies to local portlets, not remote portlets.
+ The <computeroutput><session-config></computeroutput> element
configures the portlet session for the portlet. The
<computeroutput><distributed></computeroutput> element instructs
the container to distribute the session attributes using portal session replication. This
only applies to local portlets, not remote portlets.
</para>
<para>
The following is an example of the
<computeroutput><session-config></computeroutput> and
<computeroutput><distributed></computeroutput> elements:
Show replies by date