Andreas Doms wrote:
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?
I just pass the xspAttr to the method.
It works, and I think it's clean enough :)
-- Andreas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]