You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by er...@apache.org on 2011/03/16 17:20:08 UTC

svn commit: r1082183 - /ofbiz/trunk/framework/example/widget/example/ExampleScreens.xml

Author: erwan
Date: Wed Mar 16 16:20:08 2011
New Revision: 1082183

URL: http://svn.apache.org/viewvc?rev=1082183&view=rev
Log:
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"/>