This content has been marked as final.
Show 2 replies
-
1. Re: a4j:push RF 4.1 final requests
lfryc Jan 16, 2012 9:02 AM (in response to iabughosh)Hi Ibrahim,
these requests are caused by HTTP long-polling technique which works on principle of opening and holding request open until server pushes message.
This behavior is really expected and you will need to disable a4j:push (rendered=false) in order to stop polling.
-
2. Re: a4j:push RF 4.1 final requests
iabughosh Jan 16, 2012 9:11 AM (in response to lfryc)thanks for the clarification Lukas.