Author: nbelaevski
Date: 2009-08-28 05:28:56 -0400 (Fri, 28 Aug 2009)
New Revision: 15402
Modified:
root/examples/tags/4.0.0.ALPHA1/richfaces-demo/src/main/webapp/richfaces/push/usage.xhtml
Log:
Fixed broken push demo in IE
Modified:
root/examples/tags/4.0.0.ALPHA1/richfaces-demo/src/main/webapp/richfaces/push/usage.xhtml
===================================================================
---
root/examples/tags/4.0.0.ALPHA1/richfaces-demo/src/main/webapp/richfaces/push/usage.xhtml 2009-08-28
09:28:00 UTC (rev 15401)
+++
root/examples/tags/4.0.0.ALPHA1/richfaces-demo/src/main/webapp/richfaces/push/usage.xhtml 2009-08-28
09:28:56 UTC (rev 15402)
@@ -25,12 +25,12 @@
</h:column>
</h:dataTable>
- <a4j:jsFunction name="start" action="#{choicesBean.start}"
execute="@this" render="push, stop, start"/>
- <a4j:jsFunction name="stop" action="#{choicesBean.stop}"
execute="@this" render="push, stop, start"/>
+ <a4j:jsFunction name="startPush" action="#{choicesBean.start}"
execute="@this" render="push, stop, start"/>
+ <a4j:jsFunction name="stopPush" action="#{choicesBean.stop}"
execute="@this" render="push, stop, start"/>
- <h:commandButton onclick="start()" value="Start"
id="start" disabled="#{choicesBean.enabled}"
type="button"/>
+ <h:commandButton onclick="startPush()" value="Start"
id="start" disabled="#{choicesBean.enabled}"
type="button"/>
- <h:commandButton onclick="stop()" type="button"
value="Stop" id="stop"
disabled="#{!choicesBean.enabled}"/>
+ <h:commandButton onclick="stopPush()" type="button"
value="Stop" id="stop"
disabled="#{!choicesBean.enabled}"/>
<a4j:outputPanel layout="block" id="tempResults">
<h:outputText
Show replies by date