You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Eric DE MAULDE <er...@free.fr> on 2009/01/14 15:03:27 UTC

Where are lines to update product image ( to add image scale)

Hi,

In order to implement an image scale function from detail image,
I'm searching the product image update lines :
into "applications/product/script/org/ofbiz/product/product/ProductServices.xml"   method -name= "updateProduct"
or
"applications/product/webapp/catalog/WEB-INF/actions/product/EditProductContent.groovy"

Where is the best file to add an image scale service/function ?
(into "controller.xml" before to call uri="updateProductContent")

Thanks

Eric