Author: mvitenkov
Date: 2008-12-09 14:03:05 -0500 (Tue, 09 Dec 2008)
New Revision: 11682
Modified:
trunk/test-applications/facelets/src/main/webapp/Queue/QueueProperty.xhtml
Log:
Modified: trunk/test-applications/facelets/src/main/webapp/Queue/QueueProperty.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/Queue/QueueProperty.xhtml 2008-12-09
19:02:41 UTC (rev 11681)
+++ trunk/test-applications/facelets/src/main/webapp/Queue/QueueProperty.xhtml 2008-12-09
19:03:05 UTC (rev 11682)
@@ -5,6 +5,7 @@
xmlns:rich="http://richfaces.org/rich"
id="queuePropertySubviewID">
<h:commandButton value="add test"
action="#{queue.addQueue}"></h:commandButton>
+ <a4j:commandButton value="sleep5sec"
actionListener="#{queueComponent.sleepThread}"></a4j:commandButton>
<h:panelGrid columns="2">
<h:outputText value="disabled" />
<h:selectBooleanCheckbox value="#{queue.disabled}"
onclick="submit()" />