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=20784>. 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=20784 Enhanced Error Handling & Style Control ------- Additional Comments From [EMAIL PROTECTED] 2004-10-03 18:02 ------- I have implemented a slightly modified version of your patch to add "error styles" to the html tags. There are now 'errorStyle', 'errorStyleClass', 'errorStyleId' and 'errorKey' attributes for the following tags: CheckboxTag, FileTag, MultiboxTag, PasswordTag, RadioTag, SelectTag, TextTag and TextareaTag. The 'errorStyle', 'errorStyleClass' and 'errorStyleId' attributes are equivalents of the 'style', 'styleClass' and 'styleId' attributes for errors (as you had them in your patch). The 'errorKey' attribute is the name of the request scope bean under which the error messages have been stored, with the default being Globals.ERROR_KEY if not specified - works the same as the 'name' attribute on the ErrorsTag. Should be available in the next nightly build (date 4th October 2004) if you want to test them out, available here: http://cvs.apache.org/builds/jakarta-struts/nightly/ Niall --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
