You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Chris Howe <cj...@yahoo.com> on 2006/09/04 13:13:35 UTC

Re: Minilang GenericValue -> Map

In case anyone was interested, I was able to solve
this by using set-service-fields

--- Chris Howe <cj...@yahoo.com> wrote:

> Is it possible to convert a GenericValue to a Map or
> HashMap?  It seems that minilang doesn't actually
> convert, it takes the GenericValue and simply
> returns
> the GenericValue untouched in ObjectType.java circa
> line 863. 
>