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=38374>. 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=38374 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #17498|0 |1 is obsolete| | ------- Additional Comments From [EMAIL PROTECTED] 2006-01-28 06:53 ------- Created an attachment (id=17523) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=17523&action=view) Patch for Struts 1.2.x branch This patch further expands upon the discussion on the boards: [1] The "validateCancelable" property of the action mapping is renamed to "cancellable"; but I have left the method to be named getCancellable (not isCancellable) since the only other boolean property is getValidate (not isValidate). [2] An UnsupportedCancellationException is thrown if the action mapping receives the Globals.CANCEL_KEY but it is not cancellable. This is considered a programmer error or a hack/spoof. [3] The UnsupportedCancellationException can be declaratively handled in an <exception> block. I strongly believe the programmer should be able to configure behavior based on this error. -- 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]