Author: nbelaevski
Date: 2008-11-24 18:01:33 -0500 (Mon, 24 Nov 2008)
New Revision: 11343
Modified:
trunk/samples/queue-sample/src/main/webapp/templates/index.xhtml
Log:
removed from demo
Modified: trunk/samples/queue-sample/src/main/webapp/templates/index.xhtml
===================================================================
--- trunk/samples/queue-sample/src/main/webapp/templates/index.xhtml 2008-11-24 22:56:57
UTC (rev 11342)
+++ trunk/samples/queue-sample/src/main/webapp/templates/index.xhtml 2008-11-24 23:01:33
UTC (rev 11343)
@@ -14,11 +14,9 @@
<ui:insert name="formQueue" />
<a4j:outputPanel ajaxRendered="true" layout="inline">
- <h:outputText value="#{empty ajaxRequestsCount ? 0 : ajaxRequestsCount}"
/>
+ <h:outputText value="#{empty ajaxRequestsCount ? 0 : ajaxRequestsCount}
" />
</a4j:outputPanel>
-  
-
<a4j:commandLink eventsQueue="resetCounterQueue" value="Reset ajax
counter" action="#{bean.resetAjaxCounter}" onclick="hideLog()"
oncomplete="LOG.clear();showLog();"/>
<br /><br />
Show replies by date