Author: ppitonak(a)redhat.com
Date: 2010-09-01 11:38:44 -0400 (Wed, 01 Sep 2010)
New Revision: 19082
Modified:
trunk/examples/core-demo/src/main/webapp/ajax.xhtml
Log:
* fixed label of the last input
Modified: trunk/examples/core-demo/src/main/webapp/ajax.xhtml
===================================================================
--- trunk/examples/core-demo/src/main/webapp/ajax.xhtml 2010-09-01 15:29:06 UTC (rev
19081)
+++ trunk/examples/core-demo/src/main/webapp/ajax.xhtml 2010-09-01 15:38:44 UTC (rev
19082)
@@ -88,7 +88,7 @@
<a:ajax bypassUpdates="true" />
</h:commandLink>
- bypassUpdates="#{true}"
+ bypassUpdates="#{'#'}{true}"
<h:inputText>
<a:ajax bypassUpdates="#{true}" event="keyup" />
</h:inputText>
Show replies by date