Author: smukhina
Date: 2007-07-10 04:23:47 -0400 (Tue, 10 Jul 2007)
New Revision: 1564
Modified:
trunk/docs/ajaxguide/en/src/main/docbook/modules/a4jUGstart.xml
Log:
http://jira.jboss.com/jira/browse/RF-436
Modified: trunk/docs/ajaxguide/en/src/main/docbook/modules/a4jUGstart.xml
===================================================================
--- trunk/docs/ajaxguide/en/src/main/docbook/modules/a4jUGstart.xml 2007-07-10 08:21:05
UTC (rev 1563)
+++ trunk/docs/ajaxguide/en/src/main/docbook/modules/a4jUGstart.xml 2007-07-10 08:23:47
UTC (rev 1564)
@@ -35,14 +35,14 @@
<itemizedlist>
<listitem>
- Unzip <emphasis role="italic">
+ Unzip <emphasis >
<property>"ajax4jsf.zip"</property>
</emphasis> file to the chosen folder.
</listitem>
<listitem>
- Copy <emphasis
role="italic"><property>"ajax4jsf.jar"</property></emphasis>
and <emphasis
role="italic"><property>"oscache-2.3.2.jar"</property></emphasis>
files into the <emphasis role="italic">
+ Copy <emphasis
><property>"ajax4jsf.jar"</property></emphasis> and
<emphasis
><property>"oscache-2.3.2.jar"</property></emphasis>
files into the <emphasis >
<property>"WEB-INF/lib"</property>
</emphasis> folder of your application.
@@ -53,7 +53,7 @@
</para>
</note>
<listitem>
- Add the following content into the <emphasis role="italic">
+ Add the following content into the <emphasis >
<property>"WEB-INF/web.xml"</property>
</emphasis> file of your application:
@@ -71,7 +71,7 @@
</filter-mapping>]]></programlisting>
<note>
<title>Note:</title>
- <para>You can copy and paste the above text from the <emphasis
role="italic">
+ <para>You can copy and paste the above text from the <emphasis >
<property>"README.txt"</property>
</emphasis> file.</para>
</note>
@@ -135,15 +135,15 @@
text field pointed to our managed bean property contains up-to-date value of our
input.
</para>
<para>
- The value of <emphasis
role="italic"><property>"reRender"</property></emphasis>
attribute of the <emphasis role="bold">
+ The value of <emphasis
><property>"reRender"</property></emphasis>
attribute of the <emphasis role="bold">
<property><a4j:support></property>
</emphasis> tag defines which part(s) of our
page is (are) to be updated. In this case, the only part of the page to
update is the <emphasis role="bold">
<property><h:outputText></property>
- </emphasis> tag because its ID value matches to the value of <emphasis
role="italic"><property>"reRender"</property></emphasis>
+ </emphasis> tag because its ID value matches to the value of <emphasis
><property>"reRender"</property></emphasis>
attribute. As you see, it's not difficult to update multiple elements
on the page, only list their IDs
- as the value of <emphasis
role="italic"><property>"reRender"</property></emphasis>.
+ as the value of <emphasis
><property>"reRender"</property></emphasis>.
</para>
</section>
<section id="DataBean">
@@ -251,4 +251,8 @@
</para>
</section>
</section>
+ <section id="Relevant_src">
+ <title>Other Relevant Resources</title>
+ <para><ulink
url="http://jsf.javabeat.net/articles/2007/06/introduction-to-ajax4j...
to Ajax4Jsf - Sample Application</ulink> by Shunmuga Raja</para>
+ </section>
</chapter>