Funny, I was just griping about this to a friend last night: that tags 
aren't composable like functions and classes.  IMO it's a major weakness 
in JSP.  There was some discussion earlier on this list, see "Using tags 
from Java code".  The short answer is you do it all yourself.

David Corbin wrote:

>I would like to write a tag that is essentially <html:select> +
><html:options> + domain data from a database.
>
>Is there a standard way to construct such a tag?  Should I just write the
>whole thing by hand?  Should I write it be calling the other tag classes?
>
>David Corbin
>
>



Reply via email to