Re: svn commit: r1076507 deletes the images folder.

2011-03-11 Thread eric
Hi Hans, To manage my images, I need to attach an attribute to each image Ex : image has a Background, image is a Collection of product ... , what features my image is composed ... (Fabiance web site works with OFBiz) See the first image of the slide show, Canapé HOME SPIRIT ... Chicago

Re: svn commit: r1076507 deletes the images folder.

2011-03-11 Thread Hans Bakker
Hi Eric, every image is defined by a contentId/dataresource/image to which attributes: 'ContentAttribrutes' can be added Regards, Hans -- Ofbiz on twitter: http://twitter.com/apache_ofbiz Myself on twitter: http://twitter.com/hansbak Antwebsystems.com: Quality services for competitive

Mini-Language reference materials

2011-03-11 Thread Amitava Neogi
Hi, Would anyone please suggest any other reference materials on Mini-Language beside the following two items: 1. https://cwiki.apache.org/confluence/display/OFBIZ/Mini-Language+Guide#Mini-LanguageGuide-smap 2. http://ofbiz.apache.org/docs/minilang.html Thanks Regards, -- *Amitava

Re: Mini-Language reference materials

2011-03-11 Thread Jacques Le Roux
simple-methods.xsd : you are sure it's up to date Jacques - Original Message - From: Amitava Neogi To: user@ofbiz.apache.org Sent: Friday, March 11, 2011 2:19 PM Subject: Mini-Language reference materials Hi, Would anyone please suggest any other reference materials on

Web services - jaxb binding

2011-03-11 Thread Mansour Al Akeel
Hello all, I am not advanced in web services, so bear with me. I am trying to create a client to call some functions through webservices. The web services in ofbiz use maps. For example, I am trying to obtain a product by id. The web service response includes the product as eeval-Product. In the

File upload controller

2011-03-11 Thread Michael Xu (xudong)
Dear all, It seems ofbiz form (Single form and list form) doesn't support file type field. Anyone can give some advices to implement such a controller? I am not a technical guy..but it seems we have to touch the form schema itself. I know the good thing here is to enable IDE to speed up form

Re: File upload controller

2011-03-11 Thread Hans Bakker
check the content component there are examples of uploading single files or the imagemanagement function in the product component where you can upload multiple files. Regards, Hans -- Ofbiz on twitter: http://twitter.com/apache_ofbiz Myself on twitter: http://twitter.com/hansbak

Re: File upload controller

2011-03-11 Thread Michael Xu (xudong)
Hans, Thanks. I cannot check it now..but have some questions: 1) those uploading single or multiple files controllers are supported in ofbiz form? 2) how to extend those controller if we need ajax support or extra validation rules (like file maximum size or type)? Thanks in advance! -- Regards,