[JBoss JIRA] Created: (RF-1340) datascroller: Id attribute generated wrong in tld
by Ilya Shaikovsky (JIRA)
datascroller: Id attribute generated wrong in tld
-------------------------------------------------
Key: RF-1340
URL: http://jira.jboss.com/jira/browse/RF-1340
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Reporter: Ilya Shaikovsky
Assigned To: Maksim Kaszynski
Fix For: 3.2.0
check the forum description. and pay attention to
<name>id</name>
<deferred-value>
<type>java.lang.String</type>
</deferred-value>
</attribute>
<attribute>
<description>Attribute allows to ignore an Ajax Response produced by a request if the newest 'similar' request is
in a queue already. ignoreDupResponses="true" does not cancel the request while it is processed on the server,
but just allows to avoid unnecessary updates on the client side if the response isn't actual now</description>
in tld
--
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
16 years, 9 months
[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
16 years, 9 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
16 years, 9 months
[JBoss JIRA] Created: (RF-1021) Caching not working for internet resources on Firefox + secure web app
by Jason Anderson (JIRA)
Caching not working for internet resources on Firefox + secure web app
----------------------------------------------------------------------
Key: RF-1021
URL: http://jira.jboss.com/jira/browse/RF-1021
Project: RichFaces
Issue Type: Feature Request
Affects Versions: 3.1.1
Environment: JSF-RI 1.2p02, Seam 2.0.0.CR1, JBoss 4.0.3+Tomcat 5.5 (patched to JSF 1.2)
Reporter: Jason Anderson
All internet resources being returned by RichFaces/ajax4jsf (e.g. /a4j*/*.jsf) have a custom response header set (e.g. max-age=....).
For secure applications using SSL, Tomcat automatically tries to set Pragma: no-cache on everything, so you have to write a custom servlet filter for the rest of the application that overrides the no-cache, and sets the cache settings to "public" etc. for resources which are truely static.
The problem is that the custom filter cannot override resources returned by RichFaces (doesn't seem to matter where in the filter chain the custom filter is, calling response.setHeader will not override the one set in InternetResourceBase.sendHeader ).
The effect of this is that we can get resources caching correctly in IE, but for Firefox what Richfaces return is incomplete and Firefox refuses to cache any of the RichFaces resources.
I'm not sure what to recommend, either to allow web app to optionally turn off InternetResourceBase.sendHeaders and allow application to control this itself, or to simply fix the InternerResourceBase to setup addition response header cache control items like "PUBLIC" or "must-revalidate".
--
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
16 years, 9 months