[richfaces-svn-commits] JBoss Rich Faces SVN: r18798 - trunk/examples/richfaces-showcase/src/main/webapp/richfaces/autocomplete/samples.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Aug 19 07:28:57 EDT 2010


Author: ilya_shaikovsky
Date: 2010-08-19 07:28:57 -0400 (Thu, 19 Aug 2010)
New Revision: 18798

Modified:
   trunk/examples/richfaces-showcase/src/main/webapp/richfaces/autocomplete/samples/cachedAjax-sample.xhtml
Log:
syntax error in attribute name corrected.

Modified: trunk/examples/richfaces-showcase/src/main/webapp/richfaces/autocomplete/samples/cachedAjax-sample.xhtml
===================================================================
--- trunk/examples/richfaces-showcase/src/main/webapp/richfaces/autocomplete/samples/cachedAjax-sample.xhtml	2010-08-19 10:42:19 UTC (rev 18797)
+++ trunk/examples/richfaces-showcase/src/main/webapp/richfaces/autocomplete/samples/cachedAjax-sample.xhtml	2010-08-19 11:28:57 UTC (rev 18798)
@@ -13,7 +13,7 @@
 	<p>Autocomplete without direct suggestions to input(<b>autoFill="false"</b>). Also in the sample comma and space are input <b>tokens</b>, so separate
 	autocompletion requests will be fired for different parts in input</p>
 	<h:form>
-		<rich:autocomplete mode="cachedAjax" tokens=", " autoFill="false"
+		<rich:autocomplete mode="cachedAjax" tokens=", " autofill="false"
 			autocompleteMethod="#{autocompleteBean.autocomplete}" />
 	</h:form>
 	<p>In that sample <b>selectFirst</b> set to false so pressing enter will not choose the value from list



More information about the richfaces-svn-commits mailing list