[richfaces-issues] [JBoss JIRA] (RF-13042) Render h:commandlink: keeps reloading js

Lukáš Fryč (JIRA) issues at jboss.org
Tue Jan 28 07:19:29 EST 2014


     [ https://issues.jboss.org/browse/RF-13042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukáš Fryč reopened RF-13042:
-----------------------------

      Assignee: Lukáš Fryč

    
> Render h:commandlink: keeps reloading js
> ----------------------------------------
>
>                 Key: RF-13042
>                 URL: https://issues.jboss.org/browse/RF-13042
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: core
>    Affects Versions: 4.2.3.Final, 4.3.2
>            Reporter: Nicolas Daniels
>            Assignee: Lukáš Fryč
>             Fix For: 5.0.0.Alpha3
>
>   Original Estimate: 2 hours
>  Remaining Estimate: 2 hours
>
> Javascript resource is reloaded at each render, and so javascript was becoming heavier and heavier to run (to end by a not responsive alter on FF -or even FF hangs forever).
>  
> After more investigation, I noticed it is due to the h:commandlink tag which was inside my rerendered part.
> Workaround:
> Add:
> {code:xml} 
> <h:inputText rendered="false">
> <f:ajax />
> </h:inputText>
> {code}
> in your page, Js is not reloading anymore. (I inserted it at the end but I guess it works anywhere)
> See forum link for more details.

--
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



More information about the richfaces-issues mailing list