Laurie Harper wrote:
Not everybody on this list is chained to their desk through the
weekend... :-)
Well, yes good answer ;-)
No, it means that it can't find a message resource with the key 'type
mismatch failure...'. The argument to the ActionMessage constructor
should be a resource key to look up in the message bundle. If you really
want to pass a literal string instead of a resource key, you need to
tell ActionMessage that:
errors.add("message", new ActionMessage(
"type mismatch failure"+detail, false));
a thanks that was it, works like a charme now, wonderful
thanks Laurie.
Werner
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]