Author: vsukhov
Date: 2008-03-26 13:17:27 -0400 (Wed, 26 Mar 2008)
New Revision: 7270
Modified:
trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml
Log:
http://jira.jboss.com/jira/browse/RF-2720 I've added some info about JS Scripts
Conflict into the FAQ.
Modified: trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml
===================================================================
--- trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml 2008-03-26 17:10:49 UTC (rev
7269)
+++ trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml 2008-03-26 17:17:27 UTC (rev
7270)
@@ -2263,4 +2263,14 @@
</web-app>
]]></programlisting>
</section>
+ <section>
+ <?dbhtml filename="WhydoesJSScriptsconflict.html"?>
+ <title>Why does J scripts conflict?</title>
+ <para>Richfaces 3.1.3 uses 1.6.0 version of prototype.js script
instead of 1.5.1
+ that's been used for earlier versions. There are 2 prototype
versions included
+ (the first included implicitly as a dependency of toggle panel
components and
+ the second one included explicitly as a link). Versions conflict
is the cause of the problem.</para>
+ <para>The solution of this problem is in upgrading jQuery.js to
1.2.3 version and prototype.js to 1.6.0.2 version.
+ </para>
+ </section>
</chapter>