Ted Husted wrote: > > Gabriel Sidler wrote: > > So, we should really provide a set of methods similar to what we > > offer for handling errors? > > > > public boolean hasMessages(); > > public int messageSize(); > > public int messageSize(String property); > > public HashMap messages(); > > public HashMap messages(String property); > > public String messageMarkup(String header, String footer); > > public String messageMarkup(String property, String header, String footer); > > > > (We need to rething the naming once we know what tools there will be.) > > Yes. It's actually a superset of ActionErrors. All errors are messages, > but not all messages are errors. So the message methods have to check > under it's own key, and the message key, and report on the joinder of > the two.
Ted, could you clarify what exactly you mean by the last sentence? Which 'it's own key'? Which 'message key'? I am not clear on that. Thanks Gabe -- Gabriel Sidler Software Engineer, Eivycom GmbH, Zurich, Switzerland -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
