Author: erwan
Date: Wed Mar 16 16:20:08 2011
New Revision: 1082183
URL:
http://svn.apache.org/viewvc?rev=1082183&view=revLog:
Adding missing property-map when calling an ajax-link, as it is not using a decorator
Modified:
ofbiz/trunk/framework/example/widget/example/ExampleScreens.xml
Modified: ofbiz/trunk/framework/example/widget/example/ExampleScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/widget/example/ExampleScreens.xml?rev=1082183&r1=1082182&r2=1082183&view=diff==============================================================================
--- ofbiz/trunk/framework/example/widget/example/ExampleScreens.xml (original)
+++ ofbiz/trunk/framework/example/widget/example/ExampleScreens.xml Wed Mar 16 16:20:08 2011
@@ -62,6 +62,8 @@ under the License.
<screen name="EditExampleLayer">
<section>
<actions>
+ <property-map resource="ExampleUiLabels" map-name="uiLabelMap" global="true"/>
+ <property-map resource="CommonUiLabels" map-name="uiLabelMap" global="true"/>
<set field="titleProperty" value="PageTitleEditExample"/>
<set field="tabButtonItem" value="EditExample"/>
<set field="exampleId" from-field="parameters.exampleId"/>