svn commit: r671314 - /ofbiz/trunk/framework/example/widget/example/ExampleFeatureForms.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r671314 - /ofbiz/trunk/framework/example/widget/example/ExampleFeatureForms.xml

jleroux@apache.org
Author: jleroux
Date: Tue Jun 24 12:37:58 2008
New Revision: 671314

URL: http://svn.apache.org/viewvc?rev=671314&view=rev
Log:
Apply the same solution as in r671235

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

Modified: ofbiz/trunk/framework/example/widget/example/ExampleFeatureForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/widget/example/ExampleFeatureForms.xml?rev=671314&r1=671313&r2=671314&view=diff
==============================================================================
--- ofbiz/trunk/framework/example/widget/example/ExampleFeatureForms.xml (original)
+++ ofbiz/trunk/framework/example/widget/example/ExampleFeatureForms.xml Tue Jun 24 12:37:58 2008
@@ -21,7 +21,8 @@
 <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd">
 
-    <form name="FindExampleFeatures" type="single" target="FindExampleFeature" default-entity-name="ExampleFeature" default-field-type="find">
+    <form name="FindExampleFeatures" type="single" target="FindExampleFeature" default-entity-name="ExampleFeature">
+        <field name="noConditionFind"><hidden value="Y"/></field>
         <field name="exampleFeatureId" title="${uiLabelMap.ExampleExampleFeatureId}"><text-find/></field>
         <field name="description" title="${uiLabelMap.CommonDescription}"><text-find/></field>
         <field name="searchButton" widget-style="smallSubmit"><submit button-type="button"/></field>