Author: thomas.heute(a)jboss.com
Date: 2007-05-03 08:46:05 -0400 (Thu, 03 May 2007)
New Revision: 7180
Modified:
docs/trunk/referenceGuide/en/modules/ajax.xml
Log:
Add warning note about application scope session objects
Modified: docs/trunk/referenceGuide/en/modules/ajax.xml
===================================================================
--- docs/trunk/referenceGuide/en/modules/ajax.xml 2007-05-03 10:58:39 UTC (rev 7179)
+++ docs/trunk/referenceGuide/en/modules/ajax.xml 2007-05-03 12:46:05 UTC (rev 7180)
@@ -155,6 +155,14 @@
<para>The portal providing partial refresh</para>
</caption>
</mediaobject>
+ <warning>
+ <title>Application scope session attributes</title>
+ <para>When partial refresh is activated, the state of a page can
potentially become inconsistent. for
+ example, if some objects are shared in the application scope of the session
between portlets. When one
+ portlet update a session object, the other portlet won't be refreshed and
will still display content based
+ on the previous value of the object in the session. To avoid that, partial
refresh can be desactivated
+ for certain windows or pages.</para>
+ </warning>
<sect3>
<title>Portal objects configuration</title>
<para>Like with the drag and drop feature, partial page refresh is
controlled via properties on portal objects.
Show replies by date