Author: jonesde
Date: Sun May 18 15:38:58 2008
New Revision: 657667
URL:
http://svn.apache.org/viewvc?rev=657667&view=revLog:
Changed to use the groovy script by default; tested and seems to be working fine (and is a lot prettier than the bsh file
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=657667&r1=657666&r2=657667&view=diff==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml Sun May 18 15:38:58 2008
@@ -1070,7 +1070,7 @@
<set field="productId" from-field="parameters.productId"/>
<entity-one entity-name="Product" value-name="product"/>
- <script location="component://product/webapp/catalog/WEB-INF/actions/product/EditProductFeatures.bsh"/>
+ <script location="component://product/webapp/catalog/WEB-INF/actions/product/EditProductFeatures.groovy"/>
<entity-and entity-name="ProductFeatureIactn" list-name="featureInteractions">
<field-map field-name="productId" env-name="parameters.productId"/>
</entity-and>