Subject: Help with ActionErrors
From: "Brian Pembroke" <[EMAIL PROTECTED]>
===
Is it possible to add a string to an ActionError instead having it get the
string out of the properties file. I need to be able to give dynamic error
messages that are changing.
ActionErrors errors = new ActionErrors();
errors.add(ActionErrors.GLOBAL_ERROR, new
ActionError(Dynamic String));
saveErrors(request, errors);
Thanks,
Brian
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>