[richfaces-issues] [JBoss JIRA] Updated: (RF-1099) In case of AJAX calls it is calling the methods which it should not be calling

Andreas Dangel (JIRA) jira-events at lists.jboss.org
Tue Nov 6 11:35:44 EST 2007


     [ http://jira.jboss.com/jira/browse/RF-1099?page=all ]

Andreas Dangel updated RF-1099:
-------------------------------

    Attachment: report.log

Here is the logoutput when I first click on the "download" excel file link and then click on some other ajax enabled selecbox where again the downloadExcelFile method is called. Please see he lines with "--------" and "downloadExcelFile". I have only added some debug statements in this method.

> 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.0.0, 3.1.0
>         Environment: Weblogic 9.2, IE 6.0
>            Reporter: Amit Agrawal
>             Fix For: 3.1.3
>
>         Attachments: excel.xhtml, report.log, ReportBean.java, reports.xhtml
>
>
> 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

        



More information about the richfaces-issues mailing list