Author: ppitonak(a)redhat.com
Date: 2010-12-09 06:23:01 -0500 (Thu, 09 Dec 2010)
New Revision: 20474
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/hDataTable/components2.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/richCollapsibleSubTable/components2.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/richDataTable/components2.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/richExtendedDataTable/components2.xhtml
Log:
* fixed event for calendar inside tables
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/hDataTable/components2.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/hDataTable/components2.xhtml 2010-12-09
10:50:23 UTC (rev 20473)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/hDataTable/components2.xhtml 2010-12-09
11:23:01 UTC (rev 20474)
@@ -148,7 +148,7 @@
</f:facet>
<rich:calendar id="birthdate"
value="#{record.birthdate}">
- <a4j:ajax event="inputchange"
render="@this"/>
+ <a4j:ajax event="change"
render="@this"/>
</rich:calendar>
<f:facet name="footer">
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richCollapsibleSubTable/components2.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richCollapsibleSubTable/components2.xhtml 2010-12-09
10:50:23 UTC (rev 20473)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richCollapsibleSubTable/components2.xhtml 2010-12-09
11:23:01 UTC (rev 20474)
@@ -129,7 +129,7 @@
</rich:column>
<rich:column id="columnBirthdate">
<rich:calendar id="birthdate"
value="#{item.birthdate}">
- <a4j:ajax event="inputchange"
render="@this"/>
+ <a4j:ajax event="change"
render="@this"/>
</rich:calendar>
</rich:column>
<rich:column id="columnCompanies">
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richDataTable/components2.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richDataTable/components2.xhtml 2010-12-09
10:50:23 UTC (rev 20473)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richDataTable/components2.xhtml 2010-12-09
11:23:01 UTC (rev 20474)
@@ -139,7 +139,7 @@
</f:facet>
<rich:calendar id="birthdate"
value="#{record.birthdate}">
- <a4j:ajax event="inputchange"
render="@this"/>
+ <a4j:ajax event="change"
render="@this"/>
</rich:calendar>
<f:facet name="footer">
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richExtendedDataTable/components2.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richExtendedDataTable/components2.xhtml 2010-12-09
10:50:23 UTC (rev 20473)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richExtendedDataTable/components2.xhtml 2010-12-09
11:23:01 UTC (rev 20474)
@@ -187,7 +187,7 @@
</f:facet>
<rich:calendar id="birthdate"
value="#{record.birthdate}">
- <a4j:ajax event="inputchange"
render="@this"/>
+ <a4j:ajax event="change"
render="@this"/>
</rich:calendar>
<f:facet name="footer">
Show replies by date