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=13565>. 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=13565 To "errors", add prefix, suffix, header, footer attrs, to "messages", add prefix, suffix attrs ------- Additional Comments From [EMAIL PROTECTED] 2002-10-15 21:21 ------- I think I've decided against the scope and remove attributes because the cure was worse than the disease. Thanks to Ted for the dialogue. I think the solution is to put the messages in the session, redirect to some action, that action moves the messages to the request and forwards to the jsp containing the <html:messages> tag. This way the messages tag only worries about the request scope. I'm certain there are a number of people using redirects so it would be nice to add a helper method to Action. It could be something like moveMessagesToRequest() and would look for an object stored in the session under Action.MESSAGE_KEY and move it under the same key to the request object. What do you think? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
