Author: artdaw
Date: 2008-04-14 09:43:43 -0400 (Mon, 14 Apr 2008)
New Revision: 7797
Modified:
trunk/docs/userguide/en/src/main/docbook/included/actionparam.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/actionparam.xml
Log:
http://jira.jboss.com/jira/browse/RF-3064 - <a4j:actionParam> name was changed to
<a4j:actionparam> according to TLD
Modified: trunk/docs/userguide/en/src/main/docbook/included/actionparam.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/actionparam.desc.xml 2008-04-14
13:25:56 UTC (rev 7796)
+++ trunk/docs/userguide/en/src/main/docbook/included/actionparam.desc.xml 2008-04-14
13:43:43 UTC (rev 7797)
@@ -8,7 +8,7 @@
</sectioninfo>
<title>Description</title>
<para>The <emphasis role="bold">
- <property><a4j:actionParam></property>
+ <property><a4j:actionparam></property>
</emphasis> component combines the functionality of both JSF components:
<emphasis role="bold">
<property><f:param></property>
</emphasis> and <emphasis role="bold">
Modified: trunk/docs/userguide/en/src/main/docbook/included/actionparam.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/actionparam.xml 2008-04-14 13:25:56
UTC (rev 7796)
+++ trunk/docs/userguide/en/src/main/docbook/included/actionparam.xml 2008-04-14 13:43:43
UTC (rev 7797)
@@ -31,7 +31,7 @@
<para>
<emphasis role="bold">Example:</emphasis>
</para>
- <programlisting role="XML"><![CDATA[<a4j:actionParam
noEscape="true" name="param1" value="getMyValue()"
assignTo="#{bean.prop1}" />]]></programlisting>
+ <programlisting role="XML"><![CDATA[<a4j:actionparam
noEscape="true" name="param1" value="getMyValue()"
assignTo="#{bean.prop1}" />]]></programlisting>
</section>
<section>
<title>Creating the Component Dynamically Using Java</title>
@@ -47,7 +47,7 @@
<section>
<title>Key attributes and ways of usage</title>
<para>The component <emphasis role="bold">
- <property><a4j:actionParam></property>
+ <property><a4j:actionparam></property>
</emphasis> is a combination of the functionality of two JSF tags:
<emphasis role="bold">
<property><f:param></property>
</emphasis> and <emphasis role="bold">
@@ -60,7 +60,7 @@
attribute as its
<emphasis><property>"value"</property></emphasis>.
If a
<emphasis><property>"converter"</property></emphasis>
attribute is specified, use it to encode and
decode the
<emphasis><property>"value"</property></emphasis>
to a string stored in the html parameter.</para>
<para><emphasis role="bold">
- <property><a4j:actionParam></property>
+ <property><a4j:actionparam></property>
</emphasis>has a
<emphasis><property>"noEscape"</property></emphasis>
attribute. If it is set to
<property>"true"</property>, the
<emphasis><property>"value"</property></emphasis>
is evaluated as a JavaScript code. </para>
<emphasis role="bold">Example:</emphasis>
@@ -71,7 +71,7 @@
...
</script>
...
- <a4j:actionParam noEscape="true" name="param1"
value="foo" assignTo="#{bean.prop1}" />
+ <a4j:actionparam noEscape="true" name="param1"
value="foo" assignTo="#{bean.prop1}" />
...]]></programlisting>
<para>
The <emphasis
role="bold"><property><a4j:param></property></emphasis>
extends
@@ -86,7 +86,7 @@
<para>
<ulink
url="http://livedemo.exadel.com/richfaces-demo/richfaces/actionparam...
you can see the example of <emphasis role="bold"
-
><property><a4j:actionParam></property></emphasis>
usage and sources for the given example.
+
><property><a4j:actionparam></property></emphasis>
usage and sources for the given example.
</para>
<para>More information can be found on the <ulink
url="http://www.jboss.com/index.html?module=bb&op=viewtopic&...
Ajax4jsf Users Forum</ulink>.</para>