Gabriel Sidler wrote: > Or should the second set of methods handle both, Errors and Messages? (but > that's not what the html:messsages tag seems to do). I guess I'm still > confused about the real purpose of ActionMessages. The way html:messages > is implemented does not really support the concept that action messages > are a superset of action errors. It's more like you have two types of > messages and you choose which one to operate on. > > Anything that clears up my confusion is really appreciated.
The real guide should be the existing source code :o) Part of it was that we needed to make some changes to the way the errors were being handled, since it was encouraging markup to be mixed in with the messages (head-slap). There wasn't a good way to fix the errors without breaking them, so we just added the message object instead, and left the errors as it was. -- Ted Husted, Husted dot Com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
