[jboss-jira] [JBoss JIRA] (WFLY-1981) JSF component disappears on refresh using a4j:poll

Brian Leathem (JIRA) jira-events at lists.jboss.org
Wed Sep 4 14:14:03 EDT 2013


    [ https://issues.jboss.org/browse/WFLY-1981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12801465#comment-12801465 ] 

Brian Leathem edited comment on WFLY-1981 at 9/4/13 2:13 PM:
-------------------------------------------------------------

Replaced
{code}
 <a4j:poll id="Poll" interval="#{index.refreshValue*1000}" render="Table1,Table2" action="#{index.read()}"/>
{code}
with
{code}
 <a4j:commandButton value="Refresh" render="Table1,Table2" action="#{index.read()}"/>.
{code}

Same effect. After first click / refresh the second datatable disappears.
I also tried with RF 5.0.0.Aplha1. Same result.
Since mojarra datatable works with RF but not the Openfaces datatable, could this be a problem with OF or the combination of OF and RF?
But the combination worked in the past and it works when using Mojarra-2.1.19.
Really strange.
                
      was (Author: lafr):
    Replaced
 <a4j:poll id="Poll" interval="#{index.refreshValue*1000}" render="Table1,Table2" action="#{index.read()}"/>
with
 <a4j:commandButton value="Refresh" render="Table1,Table2" action="#{index.read()}"/>.
Same effect. After first click / refresh the second datatable disappears.
I also tried with RF 5.0.0.Aplha1. Same result.
Since mojarra datatable works with RF but not the Openfaces datatable, could this be a problem with OF or the combination of OF and RF?
But the combination worked in the past and it works when using Mojarra-2.1.19.
Really strange.
                  
> JSF component disappears on refresh using a4j:poll
> --------------------------------------------------
>
>                 Key: WFLY-1981
>                 URL: https://issues.jboss.org/browse/WFLY-1981
>             Project: WildFly
>          Issue Type: Bug
>          Components: JSF, Web (Undertow)
>    Affects Versions: 8.0.0.Beta1
>            Reporter: Frank Langelage
>            Assignee: Brian Leathem
>         Attachments: install-mojarra-2.1.19.cli, Jira-WFLY-UT.tar, xaa, xab, xac
>
>
> On some of my pages I'm using richfaces a4j:poll to refresh components regularly. The components refreshed is an openfaces datatable.
> This does not work with WildFly build from current sources.
> Same code works with JBoss AS 7.20. So problem is not related to richfaces or openfaces for me. Probably related to replacement of jboss-web with undertow.
> I'll attach a small project showing the problem.
> The mojarra datatable works fine, is refreshed every 10 seconds.
> The openfaces datatable below disappears on first refresh.

--
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 jboss-jira mailing list