> Actually, [messages] will continue to display all messages, regardless > of id. Or the value of msg, which replaces all the other messages > generated by the system with a single message output.
Okay, but if you have a validation error and want to put an error message beside the input field, then you don't want to have the same message repeated in the "general" message box in the page header. You may not want a message there, or more likely, you want a general input error message there. For example: general message: "Some fields need to be filled" plus specific message beside 'name' field: "Enter your name here" The reason why a general message at the top may be good is, that page may be long, and when it redisplays with the input error messages one may not see the specific field and message beside it, since the page is not displayed scrolled down to that position. So some way to set msg when msg_one is set would be good. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/boltwire?hl=en -~----------~----~----~----~------~----~------~--~---
