Author: smukhina
Date: 2009-03-19 14:25:03 -0400 (Thu, 19 Mar 2009)
New Revision: 13037
Modified:
trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml
Log:
https://jira.jboss.org/jira/browse/RF-6023 Demonstrative pronouns as links, some area
changed
Modified: trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml
===================================================================
--- trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml 2009-03-19 18:16:55 UTC (rev
13036)
+++ trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml 2009-03-19 18:25:03 UTC (rev
13037)
@@ -150,7 +150,7 @@
<title>What is the structure of RichFaces SVN
repository?</title>
<para>RichFaces repository structure overview can be found
<ulink
url="http://labs.jboss.com/wiki/RichFacesRepositoryStructureOverview...
- >here</ulink>.</para>
+ >in this Wiki
article</ulink>.</para>
</section>
<section>
@@ -159,7 +159,7 @@
<para>How to build and how to use richfaces-samples
applications in Eclipse is
described <ulink
url="http://labs.jboss.com/wiki/RichFacesRepositoryStructureOverview...
- >here</ulink>.</para>
+ >in this Wiki
article</ulink>.</para>
</section>
<section>
@@ -168,7 +168,7 @@
<para>Online demo Web applications that show the most important
functionality of
RichFaces components are available <ulink
url="http://livedemo.exadel.com/richfaces-demo/"
- >here</ulink>.</para>
+ >on this LiveDemo page</ulink>.</para>
<para>War file of a nightly build can be found <ulink
url="http://maven.exadel.com/org/richfaces/samples/richfaces-demo/3....
here</ulink>.</para>
@@ -195,7 +195,7 @@
<para>Also, the effect of predefined skins on the application
whole
look-and-feel could be seen <ulink
url="http://livedemo.exadel.com/richfaces-demo/"
- >here</ulink>.</para>
+ >on this LiveDemo page</ulink>.</para>
</section>
<section>
@@ -218,13 +218,13 @@
<property><rich:dataTable></property>
</emphasis> flexibility can be found <ulink
url="http://labs.jboss.com/wiki/RichFacesArticleDataTable"
- >here</ulink>.</para>
+ >in this Wiki
article</ulink>.</para>
<para>Source code (SVN) could be found <ulink
url="http://anonsvn.jboss.org/repos/richfaces/trunk/samples/richface...
here</ulink>.</para>
<para> Online demo for a Web application is available <ulink
url="
http://livedemo.exadel.com/richfaces-art-datatable/"
- >here</ulink>.</para>
+ >on this page</ulink>.</para>
</section>
<section id="Organizewizards">
@@ -1905,7 +1905,8 @@
}
</script>
...]]></programlisting>
- <para>Then you could use <emphasis
role="bold">
+ <para>Then you could use
+<emphasis role="bold">
<property><a4j:support></property>
</emphasis> with <emphasis>
<property>"event"</property>
@@ -2493,7 +2494,7 @@
<para>The following order, in which filters are defined and
mapped in web.xml, is important for <emphasis role="bold">
<property><rich:fileUpload></property>
</emphasis> component proper work with MyFaces.
- Note that the extention filter should be mapped on faces servlet not to *.jsf (!) to
provide this sequence work correctly.
+ Note that the extension filter should be mapped on faces
servlet not to *.jsf (!) to provide this sequence work correctly.
</para>
<para>
<emphasis
role="bold">Example:</emphasis>