Hallo Devs,
Are there any plans to support the longdesc attribute for image-tags?
<img src= longdesc=> is in the Rec-html4 included. See http://www.w3.org/TR/REC-html40/struct/objects.html#adef-longdesc-IMG
I think the main question here is whether you need to support URL rewriting in the value. I faced a similar question when I made the <html:frame> tag, which has the same attribute.
I chose to not deal with it, since the alternative is to clutter the tag with a whole bunch of extra attributes. I figured that people can just use <html:rewrite> and <bean:define> if they need to use a Struts-rewritten URL for longdesc.
So if all you want to do is add another string property in a Tag class, well, that's easy. I bet if you submitted a patch that supported it (and a corresponding patch to the TLD file) it would be accepted pretty promptly. Well, after the 1.1 release, that is. See http://jakarta.apache.org/site/source.html#Patches
Joe
--
--
Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "If nature worked that way, the universe would crash all the time." --Jaron Lanier
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]