Author: ppitonak(a)redhat.com
Date: 2010-10-04 09:28:04 -0400 (Mon, 04 Oct 2010)
New Revision: 19424
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richInputNumberSlider/simple.xhtml
Log:
https://jira.jboss.org/browse/RFPL-759
* added a4j:ajax to component
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richInputNumberSlider/simple.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richInputNumberSlider/simple.xhtml 2010-10-04
11:48:06 UTC (rev 19423)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richInputNumberSlider/simple.xhtml 2010-10-04
13:28:04 UTC (rev 19424)
@@ -83,9 +83,9 @@
value="#{richInputNumberSliderBean.attributes['value'].value}"
valueChangeListener="#{richInputNumberSliderBean.attributes['valueChangeListener'].value}"
valueChangeListeners="#{richInputNumberSliderBean.attributes['valueChangeListeners'].value}">
- <ui:remove>
- <a4j:ajax id="sliderAjax"
render="output"/>
- </ui:remove>
+
+ <a4j:ajax render="output" execute="@form"/>
+
</rich:inputNumberSlider>
<br/><br/>