You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2011/03/08 10:38:48 UTC

svn commit: r1079312 - /ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml

Author: hansbak
Date: Tue Mar  8 09:38:48 2011
New Revision: 1079312

URL: http://svn.apache.org/viewvc?rev=1079312&view=rev
Log:
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>