On Tue, 18 Sep 2001, Karl wrote:
> I have found the following enhancement to the input taglib quite
> useful. It simplifies the addition of attributes to the <input> tags
> by adding a tag attribute called "attributesText", this is a text
> string that is just added verbatim into the <input> tag when it is
> output.
>
> eg.
>
> <input:text name="familyName" attributesText='size="20" maxlength="20"
> class="inputgrey"'/>
>
> I have already made the patches (very simple) to the source and can
> send to someone if interested? let me know
Looks good to me. The use of an "attribute Map" was probably my worst
design decision when initially creating the Input taglib, and I think this
syntax improves things without altering the intent or use of the library
too drastically.
I'll integrate the patches as soon as I can. I'm having some trouble with
the Apache CVS archive for the moment, so I apologize in advance for any
delays. (If another committer wants to handle it before me, that'd be
great too.)
Shawn