Author: buscob
Date: Sun Dec 20 21:07:03 2009
New Revision: 892660
URL:
http://svn.apache.org/viewvc?rev=892660&view=revLog:
Replaced include-screen to decorator-screen. This was causing some error log.
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=892660&r1=892659&r2=892660&view=diff==============================================================================
--- ofbiz/trunk/framework/example/widget/example/ExampleScreens.xml (original)
+++ ofbiz/trunk/framework/example/widget/example/ExampleScreens.xml Sun Dec 20 21:07:03 2009
@@ -163,8 +163,7 @@
<set field="geoCenter.zoom" value="13"/>
</actions>
<widgets>
- <decorator-screen name="CommonExampleGeoLocationDecorator" location="${parameters.mainDecoratorLocation}">
- </decorator-screen>
+ <include-screen name="CommonExampleGeoLocationDecorator" location="${parameters.mainDecoratorLocation}"/>
</widgets>
</section>
</screen>
@@ -183,8 +182,7 @@
<set field="geoCenter.zoom" value="12"/>
</actions>
<widgets>
- <decorator-screen name="CommonExampleGeoLocationDecorator" location="${parameters.mainDecoratorLocation}">
- </decorator-screen>
+ <include-screen name="CommonExampleGeoLocationDecorator" location="${parameters.mainDecoratorLocation}"/>
</widgets>
</section>
</screen>
@@ -203,8 +201,7 @@
<set field="geoCenter.zoom" value="11"/>
</actions>
<widgets>
- <decorator-screen name="CommonExampleGeoLocationDecorator" location="${parameters.mainDecoratorLocation}">
- </decorator-screen>
+ <include-screen name="CommonExampleGeoLocationDecorator" location="${parameters.mainDecoratorLocation}"/>
</widgets>
</section>
</screen>