[
https://jira.jboss.org/browse/RF-8765?page=com.atlassian.jira.plugin.syst...
]
Damien Gouyette commented on RF-8765:
-------------------------------------
AjaxScript.htm use options.pushId to stop push. But inside
ui/core/src/main/java/org/ajax4jsf/renderkit/html/AjaxPushRenderer.java this id is badly
define
it should be
{code}
options.put("pushId", push.getClientId(context));
{code}
instead of
{code}
options.put("pushId", push.getListenerId(context));
{code}
ui/core/src/main/java/org/ajax4jsf/renderkit/html/AjaxPollRenderer.java is working well
like that
I tested this modification an it's working like expected
A4J.AJAX.StopPush doesn't stop http requests to web server
----------------------------------------------------------
Key: RF-8765
URL:
https://jira.jboss.org/browse/RF-8765
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-push/poll
Affects Versions: 3.3.3.Final
Environment: RichFaces 3.3.3.Final
Seam: 2.1.1.GA
Windows XP
Firefox 3.6, IE8
Reporter: Denis Petrunin
Attachments: RF-8765.patch, RF-8765.zip
A4J.AJAX.StopPush() doesn't stop http request to web server. Web server access log
shows repeatable HEAD requests. I'd like to note that A4J.AJAX.StopPoll() works
properly.
These functions were found here:
http://community.jboss.org/wiki/AjaxCoreComponents#stoppolling
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira