On 25.Nov.2002 -- 01:33 PM, Christian Joelly wrote:
> Hello!
> 
> did anybody use more than one esql:group / esql:member with Cocoon 2.0.3
> in one resultset? like this:
> 
> esql:row-result
> 
>       esql:group group-on column1
>               esql:member
> 
>                       esql:group group-on column2
>                               esql:member
>                                       do some stuff
>                               /esql:member
>                               do some footer stuff for group-on column2
>                       /esql:group
>                       
>               /esql:member
>               do some stuff for group-on column1
>       /esql:group
> 
> /esql:row-result
> 
> i want to know if this is the correct way to write more esql:groups AND
> if this is conformed to work with cocoon 2.0.3... ;-)

This looks fine -- apart from the footer stuff. Footer does not work
and will not work (at least if the footer requires esql). For that we
would need to scroll through the result set at will which is not
supported with all drivers.

        Chris.
-- 
C h r i s t i a n       H a u l
[EMAIL PROTECTED]
    fingerprint: 99B0 1D9D 7919 644A 4837  7D73 FEF9 6856 335A 9E08

---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to