Author: ilya_shaikovsky
Date: 2010-05-30 05:39:44 -0400 (Sun, 30 May 2010)
New Revision: 17393
Modified:
root/examples/richfaces-showcase/trunk/src/main/webapp/richfaces/ajax/selectsUpdates.xhtml
Log:
obsolette debug script removed
Modified:
root/examples/richfaces-showcase/trunk/src/main/webapp/richfaces/ajax/selectsUpdates.xhtml
===================================================================
---
root/examples/richfaces-showcase/trunk/src/main/webapp/richfaces/ajax/selectsUpdates.xhtml 2010-05-30
09:38:16 UTC (rev 17392)
+++
root/examples/richfaces-showcase/trunk/src/main/webapp/richfaces/ajax/selectsUpdates.xhtml 2010-05-30
09:39:44 UTC (rev 17393)
@@ -13,8 +13,7 @@
<h:selectOneMenu value="#{selectsBean.currentType}"
valueChangeListener="#{selectsBean.valueChanged}">
<f:selectItems value="#{selectsBean.firstList}" />
- <a4j:ajax event="valueChange" render="second"
execute="@this"
- onbegin="if (confirm('Really want to change?'))
{alert('1');return false;}"/>
+ <a4j:ajax event="valueChange" render="second"
execute="@this" />
</h:selectOneMenu>
<a4j:outputPanel id="second" layout="block">
<h:selectOneMenu value="#{selectsBean.currentType}" rendered="#{not
empty selectsBean.currentType}">
Show replies by date