It's not really similar except it's a mechanism that I use to decouple
tags from internal attributes.

Some months ago, it occurred to me that setting ta attributes via
scriptlets was ugly and non-orthogonal; it's also slightly limiting. So
all of my recent taglibs have placed an emphasis of dynamic data being
placed either in an attribute (where it can be set via scriptlet or
statically) or via an external tag, where the full brunt of JSP can be
brought to bear on it. The external tags are something JSR-053 is paying
some attention to (in that they, too, want a <jsp:attribute
name="tagProperty" />), but I'm not really chaining the same way the
current discussion is referring to.

On Fri, 2 Mar 2001, Pierre Delisle wrote:

> Joe,
> 
> How about you tell us where you fill this is similar.
> That would help start the discussion.
> 
>     -- Pierre
> 
> "Joseph B. Ottinger" wrote:
> > 
> > Pardon me if I've missed a lot of this - and I have - but isn't this
> > similar to something I'm already doing in the transform tags available
> > from http://epesh.com/transformtags.jsp?
> > 
> > On Fri, 2 Mar 2001, Pierre Delisle wrote:
> > 
> > > James Strachan wrote:
> > > > I was going to go ahead and port the xsl library to the new pipeline model
> > > > as a demonstration but I think I'll hold off until I've mailed the new http
> > > > tag library first - I've a feeling we may be doing similar things at the
> > > > same time.
> > >
> > > James,
> > >
> > > Agree. Take a look at my last email. Let's have a last round of negotiation,
> > > and as you suggest let's apply to both http and xsl as demonstrations of the 
>model
> > > (if you need help I can take the xsl tag).
> > >
> > > Once armed with solid use cases, I think we'll be in good shape for a final :-) 
>formal
> > > proposal...
> > >
> > > [iotransformer is interesting in that I'll probably break it up to provide
> > > point "datasource" tags... more on it later...]
> > >
> > >     -- Pierre
> > >
> > 
> > -----------------------------------------------------------
> > Joseph B. Ottinger                           [EMAIL PROTECTED]
> > http://epesh.com/                             IT Consultant
> 

-----------------------------------------------------------
Joseph B. Ottinger                           [EMAIL PROTECTED]
http://epesh.com/                             IT Consultant

Reply via email to