> One way of accomplishing what you want to do, I think, is simply making > calls to the appropriate Struts classes that are called when <html:link> > is parsed & compiled. Instead of outputting an <html:link> - just call > those methods with the arguments that you would write out as <html:link> > attributes, and you should get pretty close to what you're trying to > achieve (without the performance hit ;)
That's EXACTLY what I want to do. However, I don't want to have to write all the calls to doStartTag(), then determine what action should be taken from the return int, etc etc etc. I was hoping that grunt work was already done for me, or existed within the Jasper packages. Lukas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

