Hi,
I have a filling that there is some bug with xsp:attribute. It seems, that attributes are always created, no matter if there is some logic that should prohibit to create the attribute.
For instance: <layout:data-source> <xsp:logic> if (false) { </xsp:logic> <xsp:attribute name="should-not-be">true</xsp:attribute> <xsp:logic> } </xsp:logic> </layout:data-source>
Try: <xsp:logic> if (false) { <xsp:attribute name="should-not-be">true</xsp:attribute> } </xsp:logic>
Regards,
---------------------------
Luca Morandini
[EMAIL PROTECTED]
http://www.lucamorandini.it
------------------------------------------------------------------------------------------------ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
