Author: lektran
Date: Sat Jun 21 19:10:26 2008
New Revision: 670298
URL:
http://svn.apache.org/viewvc?rev=670298&view=revLog:
Fix after groovy migration
Modified:
ofbiz/trunk/framework/example/webapp/example/WEB-INF/actions/includes/FindExampleFeatures.groovy
Modified: ofbiz/trunk/framework/example/webapp/example/WEB-INF/actions/includes/FindExampleFeatures.groovy
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/webapp/example/WEB-INF/actions/includes/FindExampleFeatures.groovy?rev=670298&r1=670297&r2=670298&view=diff==============================================================================
--- ofbiz/trunk/framework/example/webapp/example/WEB-INF/actions/includes/FindExampleFeatures.groovy (original)
+++ ofbiz/trunk/framework/example/webapp/example/WEB-INF/actions/includes/FindExampleFeatures.groovy Sat Jun 21 19:10:26 2008
@@ -25,6 +25,7 @@
import org.ofbiz.entity.condition.EntityFunction;
import org.ofbiz.entity.condition.EntityOperator;
+delegator = request.getAttribute("delegator");
andExprs = [];
fieldValue = request.getParameter("exampleFeatureId");