DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26782>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26782 JavaScriptValidatorTag produces invalid JavaScript function name when form is subclass of ValidatorActionForm [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2004-02-14 11:04 ------- I made the change, but should say that I've never liked the idea of this feature. It binds the internal API too closely to the external API. The point of Struts should be to help us "step back" from HTTP. This feature encourages people to embed HTTP paths into the internal API. In Struts 1.0, I'd suggest using multiple form-bean definitions to represent the different paths. But that wouldn't work with Struts 1.1+ if DynamicActionForms are used, at least until we add support for extending all XML definitions. So I'm applying the change for now, but in a future release may suggest that we deprecate this feature, once a likely alternative is back in place. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]