I need to define a recursive methode which produces nested xml tags.
<xsp:logic>
private void produced(...){
<a>
produced(...);
</a>
}
</xsp:logic>this gives the error "xspAttr cannot be resolved" because the xspAttr is not known the gerated methode.
Any concept to solve this problem elegant?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
