Author: jleroux
Date: Tue Jun 24 12:37:58 2008
New Revision: 671314
URL:
http://svn.apache.org/viewvc?rev=671314&view=revLog:
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>