Author: pyaschenko
Date: 2011-02-14 11:11:06 -0500 (Mon, 14 Feb 2011)
New Revision: 21642
Modified:
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/outputPanel/samples/simple-sample.xhtml
Log:
https://jira.jboss.org/browse/RF-10502
Modified:
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/outputPanel/samples/simple-sample.xhtml
===================================================================
---
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/outputPanel/samples/simple-sample.xhtml 2011-02-14
12:52:17 UTC (rev 21641)
+++
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/outputPanel/samples/simple-sample.xhtml 2011-02-14
16:11:06 UTC (rev 21642)
@@ -37,7 +37,7 @@
<h:inputText id="text1" label="text1"
value="#{opBean1.text}">
<f:validateLength maximum="10" />
<a4j:ajax event="keyup" execute="@this"
render="out1"
- onerror="function(){return false}" />
+ onerror="return false;" />
</h:inputText>
<h:outputText id="out1" rendered="#{not empty opBean1.text}"