My apologies. When I went to implement it was in the source but not in the default struts-html.tld. Of course since the source is object oriented and the tld is not - an iteresting idea - it is probably harder to keep the tld files up to date.
Thanks Edgar Dollin. -----Original Message----- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 3:16 PM To: 'Struts Users Mailing List' Subject: Re: HTML title attribute Look at what's there. At the very least, you could extend the current tag and add your attribute. Familiarize yourself with the structure - I think there's probably a better place for it than just in a descendant of <html:text/>. This is an attribute for (nearly) all elements in HTML 4.01 isn't it? There's a BaseTag class (that's close - maybe not an exact name) you could use. By putting the property in there you'd have access to that attribute everywhere. edgar wrote: >Is there any reason this attribute is not supported in the html:text >tag? > >It is in the HTML 4.01 spec and is supported at least by IE5. Should I >just create my own tag or is there general interest in extending the >tag? > >Thanks > >Edgar Dollin > -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

