Hello all,
 
The following piece of code appears in my validate method of an actionForm.
How can I make work correctly?
 
errors.add(ActionErrors.GLOBAL_MESSAGE, new
ActionMessage("errors.required","activity.description"));
 
where "activity.description" is a key in my messages.properties file, just
like "errors.required".  I would like to have "activity.description"
resolved to its value.
 
Regards,
 
Joshua 
 
 


This communication, including attachments, is for the exclusive use of 
addressee and may contain proprietary, confidential or privileged 
information. If you are not the intended recipient, any use, copying, 
disclosure, dissemination or distribution is strictly prohibited. If 
you are not the intended recipient, please notify the sender 
immediately by return email and delete this communication and destroy all copies.

Reply via email to