[
https://issues.jboss.org/browse/RF-12510?page=com.atlassian.jira.plugin.s...
]
Brian Leathem updated RF-12510:
-------------------------------
Description:
When a4j:jsFunction is called then function on data is called twice. Once before action
and then after action. How to disable it? RF 3.3.3 have called it just once.
{code}
<a4j:jsFunction name="myFunc" data="#{myBean.data}"
action="#{myBean.action}"/>
{code}
So that myBean.data is called before action call and after action call. How to prevent
it?
was:
When a4j:jsFunction is called then function on data is called twice. Once before action
and then after action. How to disable it? RF 3.3.3 have called it just once.
<a4j:jsFunction name="myFunc" data="#{myBean.data}"
action="#{myBean.action}"/>
So that myBean.data is called before action call and after action call. How to prevent
it?
jsFunction data called before completittion
-------------------------------------------
Key: RF-12510
URL:
https://issues.jboss.org/browse/RF-12510
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 4.2.2.Final
Environment: Tomcat 6.0.X
Reporter: Jan Pernica
When a4j:jsFunction is called then function on data is called twice. Once before action
and then after action. How to disable it? RF 3.3.3 have called it just once.
{code}
<a4j:jsFunction name="myFunc" data="#{myBean.data}"
action="#{myBean.action}"/>
{code}
So that myBean.data is called before action call and after action call. How to prevent
it?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira