[OFBiz] SVN: r7766 - trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/catalog
jonesde@svn.ofbiz.org
jonesde at svn.ofbiz.org
Sat Jun 10 10:57:31 CDT 2006
Author: jonesde
Date: 2006-06-10 10:57:28 -0500 (Sat, 10 Jun 2006)
New Revision: 7766
Modified:
trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/catalog/categorydetail.bsh
Log:
Fixed category data prep script, now setting up categoryContentWrapper properly
Modified: trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/catalog/categorydetail.bsh
===================================================================
--- trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/catalog/categorydetail.bsh 2006-06-10 15:48:12 UTC (rev 7765)
+++ trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/catalog/categorydetail.bsh 2006-06-10 15:57:28 UTC (rev 7766)
@@ -33,6 +33,7 @@
import org.ofbiz.entity.*;
import org.ofbiz.service.*;
import org.ofbiz.product.catalog.*;
+import org.ofbiz.product.category.CategoryContentWrapper;
viewSize = requestParameters.get("VIEW_SIZE");
viewIndex = requestParameters.get("VIEW_INDEX");
@@ -104,4 +105,4 @@
}
CategoryContentWrapper categoryContentWrapper = new CategoryContentWrapper(productCategory, request);
-context.put("productContentWrapper", productContentWrapper);
+context.put("categoryContentWrapper", categoryContentWrapper);
More information about the Svn
mailing list