Dev - Using the performFind service with a classic freemarker template

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

Dev - Using the performFind service with a classic freemarker template

Alexandre Gomes-8
Hi all,

Is there a way to list the result of a performFind service in a classic
freemarker template page. (Can the listIt be used with the list element
in freemarker)?

Thanks,

Alexandre Gomes

 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev
Reply | Threaded
Open this post in threaded view
|

Re: Dev - Using the performFind service with a classic freemarker template

David E. Jones

Yes. You should even be able to use the #list directive as it can act  
like a normal iterator, although because of semantic differences (see  
comments in the EntityListIterator JavaDocs) using it that way does  
not perform as well if you use the #list thing. You can also  
explicitly call getPartialList stuff and various other things.

-David


On Jan 11, 2006, at 11:41 AM, Alexandre Gomes wrote:

> Hi all,
>
> Is there a way to list the result of a performFind service in a  
> classic
> freemarker template page. (Can the listIt be used with the list  
> element
> in freemarker)?
>
> Thanks,
>
> Alexandre Gomes
>
>
> _______________________________________________
> Dev mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/dev

 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev

smime.p7s (3K) Download Attachment