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=16741>. 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=16741 Velocity-Tools / ErrorTools patch [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2003-03-01 23:16 ------- well, i compromised a bit between your patch and the one Koen sent to the dev-list and my own take on things. there is now access to the global error key/name via : $errors.globalName this is consistent with how we already expose special struts keys in FormTool. also, for those seeking convenience and not particularly concerned with the size or existence of the global error queue, i added getGlobal() to return the global errors. (works great with a bare bones #foreach( $e in $errors.global ) $e #end) i am not going to expose the ActionErrors directly to the template. this sort of thing would be acceptable in a tool aimed at debugging/dev-cycle stuff, but not in the production-aimed ErrorsTool. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
