> > AFAIK, the answer is no - tags can't be embedded into each other (which is part of > the problem > with the <@! tag - you can't create class level functions that contain HTML). > > Someone else may have a solution? I am not saying this is the best way to do it, but you can create a seperate jsp for <@! level function so that it can contain HTML and can runtime include it (equivalent to a function invocation). You can use "request" as a container if you need to pass any parameters. This is ofcourse if you are willing to forgo efficiency. Mandar. =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JSP-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
