[JBoss JIRA] Created: (RF-1252) rich:tree nodeSelectListener is invoked twice while used with a4j:support onselected
by Yurii (JIRA)
rich:tree nodeSelectListener is invoked twice while used with a4j:support onselected
------------------------------------------------------------------------------------
Key: RF-1252
URL: http://jira.jboss.com/jira/browse/RF-1252
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.2
Environment: JBoss 4.2.0 GA
JSF 1.2
Facelets
Mozilla Firefox as browser
Reporter: Yurii
Having rich:tree with nodeSelectListener specified, and a4j:support for event "onselected", without any actionListeners, my nodeSelectListener is invoked twice when I click on a tree node. When I remove a4j:support, everything works fine and nodeSelectListener is invoked once while I click on a node.
Notice: I've tested the situation for some time and found out that nodeSelectListener is not always invoked twice. I can't find any regularity(rule), but it definitely can be invoked as twice, as once. Sometimes when I click on a node it's invoked once, sometimes - twice. But twice - is the majority.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 7 months
[JBoss JIRA] Created: (RF-1099) In case of AJAX calls it is calling the methods which it should not be calling
by Amit Agrawal (JIRA)
In case of AJAX calls it is calling the methods which it should not be calling
------------------------------------------------------------------------------
Key: RF-1099
URL: http://jira.jboss.com/jira/browse/RF-1099
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.0, 3.0.0
Environment: Weblogic 9.2, IE 6.0
Reporter: Amit Agrawal
Hi,
I have a page in which I have some select boxes, check boxes and option to download excel file.
Whenever the page is getting rendred by clcking any component on the page it calls the method for download excel file as well which is definitely not desired.
As this method has FacesContext.getCurrentInstance().responseComplete(); so the response terminates abruptly.
I have attched the code snippet for it. kindly suggest how do I stop calling of this method all the time.
Thanks in Advance,
Amit
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 7 months