Re: entity-auto

2008-10-11 Thread Bruno Busco
I have seen that in the EntityAutoEngine.java there are comments with usage examples. In these examples the override tag seems be used differently from how it appears in your example. -Bruno 2008/10/12 Bruno Busco <[EMAIL PROTECTED]> > Hi Angelo, > I think the framework is telling you that you h

Re: entity-auto

2008-10-11 Thread Bruno Busco
Hi Angelo, I think the framework is telling you that you have a pk componed of more than one field (2-part) in which only part of it is IN, You can have a look into EntityAutoEngine.java to see the condition that takes this message out. BTW, what is the purpose of the ? Could be this to cause the

Re: Error in dataresource

2008-10-11 Thread Hans Bakker
Thanks for your report, it is fixed in rev 703763. On Sat, 2008-10-11 at 20:25 -0700, rohit2006 wrote: > Hi, > > ofbiz throws an error when viewing dataresource content like this: > > org.ofbiz.webapp.control.RequestHandlerException: Unknown request > [editDataResource]; this request does not ex

Error in dataresource

2008-10-11 Thread rohit2006
Hi, ofbiz throws an error when viewing dataresource content like this: org.ofbiz.webapp.control.RequestHandlerException: Unknown request [editDataResource]; this request does not exist or cannot be called directly. The error exists in the latest SVN. Rohit -- View this message in context: ht

entity-auto

2008-10-11 Thread Angelo Matarazzo
Hi, I have an entity with 3pk and I would like create a service by engine entity-auto ( whit one pk OUT e two pk IN) I have proved this: But I make this mistake: "Error doing entity-auto operation for entity [VehicleSet_Vehicle] in service [createVehicleSet_Veh

Re: The current Catalog Id in Ofbiz Release 4.0

2008-10-11 Thread SPEELGOED VOOR KINDEREN / TOYS FOR CHILDREN / JOUETS POUR ENFANTS
Sorry all, I think i know how it works now. Thanks a lot. Heidi 2008/10/11 SPEELGOED VOOR KINDEREN / TOYS FOR CHILDREN / JOUETS POUR ENFANTS <[EMAIL PROTECTED]>: > Hello, > > Thanks for the good information. > > But can you explain me more in detail how the content of a variable > from a .java

Re: The current Catalog Id in Ofbiz Release 4.0

2008-10-11 Thread SPEELGOED VOOR KINDEREN / TOYS FOR CHILDREN / JOUETS POUR ENFANTS
Hello, Thanks for the good information. But can you explain me more in detail how the content of a variable from a .java file is passed into the content of a ecommerce screen? thanks, Heidi 2008/10/11 Scott Gray <[EMAIL PROTECTED]>: > requestAttributes is a convenience map created prior to the

Re: The current Catalog Id in Ofbiz Release 4.0

2008-10-11 Thread SPEELGOED VOOR KINDEREN / TOYS FOR CHILDREN / JOUETS POUR ENFANTS
Thanks to all, Very usefull information !! But i search in fact how ofbiz passes the value of a java method from a .java file, for example, CurrentCatalogId = CatalogWorker.getCurrentCatalogId(request); into my ecommerce screen. (let's say into my header.ftl file to show the current catalog any