DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=39107>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=39107 ------- Additional Comments From [EMAIL PROTECTED] 2006-03-27 02:47 ------- (In reply to comment #5) > With the tld between the tag class and the jsp it should prevent having autocomplete in the super class > pretty safe.. I did think about it, but in the case of redisplay for password, this is also inherited from the > superclass. I think the same is true of TextTag and the rows property. Indeed, this philosophy is quite common across the tags ... attributes that are defined by more than one of the individual tags are commonly declared in the base tag class, but then omitted from the TLD if they are not relevant. So this by itself is not a compelling reason to veto the proposed approach. What's really sad is how the popularity of AJAX is totally screwing up people who want to validate their pages. Have you ever looked at all the nonstandard stuff it takes to use something like the DOJO widgets? :-( However, given AJAX (and given that this particular case is pretty common), my long standing resistance to non-XHTML attributes *might* be bendable a bit -- but only if we can make the tag handlers respect xhtml="true" on the top level tag, and skip outputting anything for autocomplete in that case. Would it be possible to construct a revised patch along those lines? (By the way ... it is a lot easier to read a "unified diff" patch made with something like "diff -u", and that's the preferred approach.) -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]