Author: jjamrich
Date: 2011-11-06 20:17:03 -0500 (Sun, 06 Nov 2011)
New Revision: 22878
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richAutocomplete/autocomplete.xhtml
Log:
RFPL-1545: remove @fetchValue and @var from autocomplete basic example
This was necessary step since casused unreliable behavior on autocomplete (after value
update in any attribute, which causes page rerender, autocomplete was no longer able
update value typed/selected in output. @var and @fetchValue attributes are used in second
example (fetchValueAttr.xhtml), so they are really not necessary here.
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richAutocomplete/autocomplete.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richAutocomplete/autocomplete.xhtml 2011-11-07
01:16:52 UTC (rev 22877)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richAutocomplete/autocomplete.xhtml 2011-11-07
01:17:03 UTC (rev 22878)
@@ -44,7 +44,6 @@
converterMessage="#{richAutocompleteBean.attributes['converterMessage'].value}"
disabled="#{richAutocompleteBean.attributes['disabled'].value}"
filterFunction="#{richAutocompleteBean.attributes['filterFunction'].value}"
-
fetchValue="#{richAutocompleteBean.attributes['fetchValue'].value}"
immediate="#{richAutocompleteBean.attributes['immediate'].value}"
inputClass="#{richAutocompleteBean.attributes['inputClass'].value}"
layout="#{richAutocompleteBean.attributes['layout'].value}"
@@ -89,7 +88,6 @@
validatorMessage="#{richAutocompleteBean.attributes['validatorMessage'].value}"
value="#{richAutocompleteBean.attributes['value'].value}"
valueChangeListener="#{richBean.valueChangeListener}"
-
var="#{richAutocompleteBean.attributes['var'].value}"
<a4j:ajax event="change"