Author: gmaksimenko
Date: 2008-05-19 15:21:01 -0400 (Mon, 19 May 2008)
New Revision: 8642
Modified:
trunk/test-applications/facelets/src/main/webapp/Combobox/Combobox.xhtml
Log:
Add Test for reRender
Modified: trunk/test-applications/facelets/src/main/webapp/Combobox/Combobox.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/Combobox/Combobox.xhtml 2008-05-19
18:29:43 UTC (rev 8641)
+++ trunk/test-applications/facelets/src/main/webapp/Combobox/Combobox.xhtml 2008-05-19
19:21:01 UTC (rev 8642)
@@ -43,8 +43,11 @@
onmouseup="#{event.onmouseup}"
onselect="#{event.onselect}"
binding="#{combobox.myComboBox}"
- align="#{combobox.align}">
+ align="#{combobox.align}"
+ buttonIconDisabled="/pics/ajax_process.gif">
<f:selectItem itemValue="GoshaGoshaGoshaGoshaGosha"/>
</rich:comboBox>
+ <a4j:commandButton value="reRender"
reRender="comboboxID"></a4j:commandButton>
+
</f:subview>