Author: lfryc(a)redhat.com
Date: 2011-02-15 10:53:47 -0500 (Tue, 15 Feb 2011)
New Revision: 21671
Modified:
modules/tests/metamer/trunk/application/src/main/resources/org/richfaces/tests/metamer/bean/RichAutocompleteBean.properties
modules/tests/metamer/trunk/application/src/main/resources/org/richfaces/tests/metamer/bean/RichDropDownMenuBean.properties
modules/tests/metamer/trunk/application/src/main/resources/org/richfaces/tests/metamer/bean/RichMenuItemBean.properties
Log:
fixed attributes mode for several components
Modified:
modules/tests/metamer/trunk/application/src/main/resources/org/richfaces/tests/metamer/bean/RichAutocompleteBean.properties
===================================================================
---
modules/tests/metamer/trunk/application/src/main/resources/org/richfaces/tests/metamer/bean/RichAutocompleteBean.properties 2011-02-15
15:53:11 UTC (rev 21670)
+++
modules/tests/metamer/trunk/application/src/main/resources/org/richfaces/tests/metamer/bean/RichAutocompleteBean.properties 2011-02-15
15:53:47 UTC (rev 21671)
@@ -1,4 +1,4 @@
attr.mode.client=client
attr.mode.ajax=ajax
attr.mode.cachedAjax=cachedAjax
-attr.mode.none=
+attr.mode.null=
Modified:
modules/tests/metamer/trunk/application/src/main/resources/org/richfaces/tests/metamer/bean/RichDropDownMenuBean.properties
===================================================================
---
modules/tests/metamer/trunk/application/src/main/resources/org/richfaces/tests/metamer/bean/RichDropDownMenuBean.properties 2011-02-15
15:53:11 UTC (rev 21670)
+++
modules/tests/metamer/trunk/application/src/main/resources/org/richfaces/tests/metamer/bean/RichDropDownMenuBean.properties 2011-02-15
15:53:47 UTC (rev 21671)
@@ -23,3 +23,8 @@
attr.jointPoint.bottomAuto=bottomAuto
attr.jointPoint.auto=auto
attr.jointPoint.null=
+
+attr.mode.client=client
+attr.mode.ajax=ajax
+attr.mode.server=server
+attr.mode.null=
\ No newline at end of file
Modified:
modules/tests/metamer/trunk/application/src/main/resources/org/richfaces/tests/metamer/bean/RichMenuItemBean.properties
===================================================================
---
modules/tests/metamer/trunk/application/src/main/resources/org/richfaces/tests/metamer/bean/RichMenuItemBean.properties 2011-02-15
15:53:11 UTC (rev 21670)
+++
modules/tests/metamer/trunk/application/src/main/resources/org/richfaces/tests/metamer/bean/RichMenuItemBean.properties 2011-02-15
15:53:47 UTC (rev 21671)
@@ -13,3 +13,8 @@
attr.iconDisabled.heart=/resources/images/heart.png
attr.iconDisabled.nonexisting=nonexisting
attr.iconDisabled.null=
+
+attr.mode.client=client
+attr.mode.ajax=ajax
+attr.mode.server=server
+attr.mode.null=
\ No newline at end of file
Show replies by date