Author: cluts
Date: 2008-03-17 10:44:00 -0400 (Mon, 17 Mar 2008)
New Revision: 6857
Modified:
trunk/docs/userguide/en/src/main/docbook/included/jsFunction.xml
Log:
RF-672 - corrected name of attribute for <a4j:jsFunction>
Modified: trunk/docs/userguide/en/src/main/docbook/included/jsFunction.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/jsFunction.xml 2008-03-17 14:43:13
UTC (rev 6856)
+++ trunk/docs/userguide/en/src/main/docbook/included/jsFunction.xml 2008-03-17 14:44:00
UTC (rev 6857)
@@ -80,10 +80,9 @@
...
<h:form>
...
- <a4j:jsFunction name="callScript" data="#{bean.someProperty1 }
- "reRender="someComponent"
oncomplete="myScript(data.subProperty1, data.subProperty2)">
- <a4j:actionParam name="param_name"
assignTo="#{bean.someProperty2}">
- </a4j:actionParam>
+ <a4j:jsFunction name="callScript"
data="#{bean.someProperty1}"
+ reRender="someComponent" oncomplete="myScript(data.subProperty1,
data.subProperty2)">
+ <a4j:actionParam name="param_name"
assignTo="#{bean.someProperty2}"/>
</a4j:jsFunction>
...
</h:form>