RE: Using tags from Java code

2001-06-01 Thread Craig R. McClanahan
On Thu, 24 May 2001, Young, Wayne wrote: We put reusable functionality in utility classes and call those from the custom tag. In fact, many of the Struts tags themselves are designed like this. For example, nearly every tag that deals with beans and properties ends up calling methods on

Re: Using tags from Java code

2001-05-24 Thread John Raley
Yes, my own tags tend to be factored such that most of what they do is available from other contexts. This is not necessarily the case with other taglibs I'm interested in... Mostly I was looking for a general solution to this problem - I'd prefer to use a tag as its author expects over