You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Guy Bashan <gu...@gmail.com> on 2008/08/08 18:54:53 UTC

[MyFaces][SandBox]

Hi,

 

Is there a way to update 2 different regions on the screen using PPR and
make both regions to be updated with the same request?

 

By putting 2 tags:

                <s:pprPanelGroup id="periodicalUpdatedArea1"
periodicalUpdate="2000" showDebugMessages="false"

                                 stateUpdate="false"> ....
</s:pprPanelGroup>

                <s:pprPanelGroup id="periodicalUpdatedArea2"
periodicalUpdate="2000" showDebugMessages="false"

                                 stateUpdate="false"> ....
</s:pprPanelGroup>

I will have 2 separate requests to the server.

Is it possible to make it only with a signle request?

 

Thanks,

Guy.