how to return a list of all entity items in minilang

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

how to return a list of all entity items in minilang

snowch
Is it possible to return a list of all the entity items for a particular
entity in minilang?

many thanks ...
Reply | Threaded
Open this post in threaded view
|

Re: how to return a list of all entity items in minilang

cjhowe
        <entity-condition list-name="entitiyList"
entity-name="MyEntity">

        </entity-condition>
<field-to-result field-name="entityList"/>
--- Christopher Snow <[hidden email]> wrote:

> Is it possible to return a list of all the entity items for a
> particular
> entity in minilang?
>
> many thanks ...
>

Reply | Threaded
Open this post in threaded view
|

Re: how to return a list of all entity items in minilang

snowch
wow! that was quick ...

Thanks!


On Thu, 2007-02-01 at 19:54 -0800, Chris Howe wrote:

>         <entity-condition list-name="entitiyList"
> entity-name="MyEntity">
>
>         </entity-condition>
> <field-to-result field-name="entityList"/>
> --- Christopher Snow <[hidden email]> wrote:
>
> > Is it possible to return a list of all the entity items for a
> > particular
> > entity in minilang?
> >
> > many thanks ...
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: how to return a list of all entity items in minilang

cjhowe
You're very welcome, if you need it explained or have any further
questions feel free to ask the list or checkout the miles of write ups
on various topics that link off of the left hand column
ofbiz.apache.org

--- Christopher Snow <[hidden email]> wrote:

> wow! that was quick ...
>
> Thanks!
>
>
> On Thu, 2007-02-01 at 19:54 -0800, Chris Howe wrote:
> >         <entity-condition list-name="entitiyList"
> > entity-name="MyEntity">
> >
> >         </entity-condition>
> > <field-to-result field-name="entityList"/>
> > --- Christopher Snow <[hidden email]> wrote:
> >
> > > Is it possible to return a list of all the entity items for a
> > > particular
> > > entity in minilang?
> > >
> > > many thanks ...
> > >
> >
>