Author: afedosik
Date: 2007-07-04 09:36:12 -0400 (Wed, 04 Jul 2007)
New Revision: 296
Modified:
trunk/docs/userguide/en/src/main/docbook/master.xml
Log:
"Other relevant resources" section with link to
http://jsf.javabeat.net/articles/2007/06/introduction-to-ajax4jsf/ article added in 4,5,6
chapters.
Modified: trunk/docs/userguide/en/src/main/docbook/master.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/master.xml 2007-07-04 13:35:55 UTC (rev 295)
+++ trunk/docs/userguide/en/src/main/docbook/master.xml 2007-07-04 13:36:12 UTC (rev 296)
@@ -7,6 +7,7 @@
<!ENTITY envSettings SYSTEM "modules/a4jUGenvsettings.xml">
<!ENTITY usingAJAX SYSTEM "modules/a4jUGusingAJAX.xml">
<!ENTITY componentDetails SYSTEM "../../../target/generated/a4j.xml">
+ <!ENTITY a4jRelevantRsc SYSTEM "modules/a4jRelevantRsc.xml">
<!ENTITY skinnability SYSTEM "modules/a4jUGskinnability.xml">
<!ENTITY IDEintegration SYSTEM "modules/a4jUGideintegration.xml">
<!ENTITY EVCP SYSTEM "modules/a4jUGevcp.xml">
@@ -30,10 +31,11 @@
&envSettings;
&getttingStarted;
&usingAJAX;
- <chapter>
-
- <title>Ajax4jsf components</title>
- &componentDetails;
+ <chapter>
+
+ <title>Ajax4jsf components</title>
+ &componentDetails;
+ &a4jRelevantRsc;
</chapter>
&skinnability;
&IDEintegration;