On 06.May.2002 -- 10:55 AM, Enke, Michael wrote:
> Hi,
> is it possible to make an attributes value variable?
> <esql:group group-on="...">
> 
> I tried with
> <esql:group>
> <xsp:attribute name="group-on"><xsp:logic>...</xsp:logic></xsp:attribute>
> but this seems not to work.

<xsp:attribute/> adds an attribute to the preceeding element by
generating a SAX event. But that happens way after it was transformed
into a java class.

What you try has to be supported by the very logicsheet that you use,
often this is done by <xxx:param/> Unfortunately, <esql:group/> does
not support this.

        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

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

Reply via email to