Author: jpapouse
Date: 2011-10-13 05:20:22 -0400 (Thu, 13 Oct 2011)
New Revision: 22793
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richAutocomplete/jsr303.xhtml
Log:
autocoplete: fixed autocompletion for 4th field in jsr303 sample
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richAutocomplete/jsr303.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richAutocomplete/jsr303.xhtml 2011-10-13
08:44:58 UTC (rev 22792)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richAutocomplete/jsr303.xhtml 2011-10-13
09:20:22 UTC (rev 22793)
@@ -69,7 +69,8 @@
<rich:message id="inputMsg3" for="input3"/>
custom (RichFaces)
- <rich:autocomplete id="input4"
+ <rich:autocomplete id="input4"
+
autocompleteMethod="#{richAutocompleteBean.autocomplete}"
value="#{richAutocompleteBean.value4}"
<f:validator
validatorId="org.richfaces.StringRichFacesValidator"/>