[richfaces-issues] [JBoss JIRA] (RF-12944) Rerender problem on popup panel

Brian Leathem (JIRA) jira-events at lists.jboss.org
Wed Apr 24 12:48:53 EDT 2013


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

Brian Leathem updated RF-12944:
-------------------------------

    Description: 
Some page what we made, it contains popup panel.  The method which shows the popup is like this:

{code}
<a4j:commandButton
    styleClass="standardButton"
    value="#{property.someThing}"
    action="#{bean.action}"
    render="contentClientId"
    oncomplete="#{rich:component('panelName')}.show();"/>
{code}

but after showing the popup contains old data and 1-2 seconds later refresh and we can see the correct data.

  was:
Some page what we made, it contains popup panel.

the method which showing the popup like this

 

<a4j:commandButton

                        styleClass="standardButton"

                        value="#{property.someThing}"

                        action="#{bean.action}"

                        render="contentClientId"

                        oncomplete="#{rich:component('panelName')}.show();"/>

 

but after showing the popup contains old data and 1-2 seconds later refresh and we can see the correct datas.


    
> Rerender problem on popup panel
> -------------------------------
>
>                 Key: RF-12944
>                 URL: https://issues.jboss.org/browse/RF-12944
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-panels-layout-themes
>    Affects Versions: 4.2.2.Final
>            Reporter: András Bognár
>
> Some page what we made, it contains popup panel.  The method which shows the popup is like this:
> {code}
> <a4j:commandButton
>     styleClass="standardButton"
>     value="#{property.someThing}"
>     action="#{bean.action}"
>     render="contentClientId"
>     oncomplete="#{rich:component('panelName')}.show();"/>
> {code}
> but after showing the popup contains old data and 1-2 seconds later refresh and we can see the correct data.

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