You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by le...@apache.org on 2008/06/25 12:46:19 UTC

svn commit: r671504 - /ofbiz/trunk/framework/example/widget/example/ExampleFeatureScreens.xml

Author: lektran
Date: Wed Jun 25 03:46:18 2008
New Revision: 671504

URL: http://svn.apache.org/viewvc?rev=671504&view=rev
Log:
Removed an orphaned screen def pointed out by David on the dev list

Modified:
    ofbiz/trunk/framework/example/widget/example/ExampleFeatureScreens.xml

Modified: ofbiz/trunk/framework/example/widget/example/ExampleFeatureScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/widget/example/ExampleFeatureScreens.xml?rev=671504&r1=671503&r2=671504&view=diff
==============================================================================
--- ofbiz/trunk/framework/example/widget/example/ExampleFeatureScreens.xml (original)
+++ ofbiz/trunk/framework/example/widget/example/ExampleFeatureScreens.xml Wed Jun 25 03:46:18 2008
@@ -120,21 +120,4 @@
             </widgets>
         </section>
     </screen>
-    <screen name="ExampleFeatureOptions">
-        <section>
-            <actions>
-                <script location="component://example/webapp/example/WEB-INF/actions/findExampleFeatures.bsh"/> <!--
-                <set field="parameters.noConditionFind" value="Y"/>
-                <service service-name="performFind" result-map-name="result">
-                    <field-map field-name="inputFields" env-name="parameters"/>
-                    <field-map field-name="orderBy" value="description"/>
-                    <field-map field-name="entityName" value="ExampleFeature"/>
-                </service>
-                <set field="listIt" from-field="result.listIt"/> -->
-            </actions>
-            <widgets>
-                <platform-specific><html><html-template location="component://example/webapp/example/includes/exampleFeatures.ftl"/></html></platform-specific>
-            </widgets>
-        </section>
-    </screen>
 </screens>