Author: cluts
Date: 2008-10-01 05:36:23 -0400 (Wed, 01 Oct 2008)
New Revision: 10634
Modified:
trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
Log:
RF-4205 - additional information is added
Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml 2008-10-01
09:35:03 UTC (rev 10633)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml 2008-10-01
09:36:23 UTC (rev 10634)
@@ -1196,13 +1196,13 @@
<para> RichFaces allows to redefine standard handlers responsible for processing
of
different exceptional situations. It helps to define own JavaScript, which is
executed
when these situations occur. </para>
- <para>
- Add the following code to web.xml:
+ <para>
+ Add the following code to web.xml:
</para>
<programlisting role="XML"><![CDATA[<context-param>
<param-name>org.ajax4jsf.handleViewExpiredOnClient</param-name>
<param-value>true</param-value>
-</context-param>]]>
+</context-param>]]>
</programlisting>
<section id="RequestErrorsHandling">
<?dbhtml filename="RequestErrorsHandling.html"?>
@@ -3047,8 +3047,10 @@
window.RICH_FACES_EXTENDED_SKINNING_ON = true;
</script>
]]></programlisting>
+ <para>
+ When NO script loading strategy is used and extended skinning is turned on then
corresponding warning message will appears in the console.
+ </para>
-
<para> You also need to specify <emphasis>
<property>"media"</property>
</emphasis> attribute in the <emphasis role="bold">
Show replies by date