Author: jjamrich
Date: 2011-05-05 06:39:05 -0400 (Thu, 05 May 2011)
New Revision: 22467
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richMessages/csv.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/richMessages/jsfValidator.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/richMessages/jsr303.xhtml
Log:
Fix metamer application: wrong managed bean name for lang and dir attr.
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richMessages/csv.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richMessages/csv.xhtml 2011-05-05
10:38:34 UTC (rev 22466)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richMessages/csv.xhtml 2011-05-05
10:39:05 UTC (rev 22467)
@@ -70,8 +70,8 @@
rendered="#{richMessagesBean.attributes['rendered'].value}"
showDetail="#{richMessagesBean.attributes['showDetail'].value}"
showSummary="#{richMessagesBean.attributes['showSummary'].value}"
- dir="#{richMessageBeans.attributes['dir'].value}"
-
lang="#{richMessageBeans.attributes['lang'].value}"
+ dir="#{richMessagesBean.attributes['dir'].value}"
+
lang="#{richMessagesBean.attributes['lang'].value}"
style="#{richMessagesBean.attributes['style'].value}"
styleClass="#{richMessagesBean.attributes['styleClass'].value}"
title="#{richMessagesBean.attributes['title'].value}"
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richMessages/jsfValidator.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richMessages/jsfValidator.xhtml 2011-05-05
10:38:34 UTC (rev 22466)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richMessages/jsfValidator.xhtml 2011-05-05
10:39:05 UTC (rev 22467)
@@ -65,8 +65,8 @@
rendered="#{richMessagesBean.attributes['rendered'].value}"
showDetail="#{richMessagesBean.attributes['showDetail'].value}"
showSummary="#{richMessagesBean.attributes['showSummary'].value}"
- dir="#{richMessageBeans.attributes['dir'].value}"
-
lang="#{richMessageBeans.attributes['lang'].value}"
+ dir="#{richMessagesBean.attributes['dir'].value}"
+
lang="#{richMessagesBean.attributes['lang'].value}"
style="#{richMessagesBean.attributes['style'].value}"
styleClass="#{richMessagesBean.attributes['styleClass'].value}"
title="#{richMessagesBean.attributes['title'].value}"
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richMessages/jsr303.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richMessages/jsr303.xhtml 2011-05-05
10:38:34 UTC (rev 22466)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richMessages/jsr303.xhtml 2011-05-05
10:39:05 UTC (rev 22467)
@@ -72,8 +72,8 @@
rendered="#{richMessagesBean.attributes['rendered'].value}"
showDetail="#{richMessagesBean.attributes['showDetail'].value}"
showSummary="#{richMessagesBean.attributes['showSummary'].value}"
- dir="#{richMessageBeans.attributes['dir'].value}"
-
lang="#{richMessageBeans.attributes['lang'].value}"
+ dir="#{richMessagesBean.attributes['dir'].value}"
+
lang="#{richMessagesBean.attributes['lang'].value}"
style="#{richMessagesBean.attributes['style'].value}"
styleClass="#{richMessagesBean.attributes['styleClass'].value}"
title="#{richMessagesBean.attributes['title'].value}"
Show replies by date