Author: hansbak
Date: Tue Mar 8 09:38:48 2011
New Revision: 1079312
URL:
http://svn.apache.org/viewvc?rev=1079312&view=revLog:
productsfindscreen not showing initially with no productid provided
Modified:
ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml
Modified: ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml?rev=1079312&r1=1079311&r2=1079312&view=diff==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml Tue Mar 8 09:38:48 2011
@@ -97,12 +97,13 @@ under the License.
<or>
<not><if-empty field="product"/></not>
<not><if-empty field="parameters.bypassIfNoProduct"/></not>
+ <if-empty field="productId"/>
</or>
</condition>
<widgets>
<decorator-section-include name="body"/>
</widgets>
- <fail-widgets>
+ <fail-widgets>
<label style="h3">${uiLabelMap.ProductNoExistingProductsFound}</label>
</fail-widgets>
</section>