How dynamic do you need the messages to be?  Can't you just use argument
substitution in your messages?  

e.g.:

error.message="{0} must be between {1} and {2}."

new ActionMessage("error.message", fieldName, minVal, maxVal);



>>> [EMAIL PROTECTED] 1/18/2005 6:07:34 PM >>>
Anyone know how to pass errors from your Action to your JSP without
having to use the resource file / ActionMessage combination.  Basically
I need to pass a dynamically generated error message to the jsp.

Your help is appreciated.

-Justin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED] 
For additional commands, e-mail: [EMAIL PROTECTED] 



This message has originated from R.L. Polk & Co.,
26955 Northwestern Highway Southfield, MI 48034

R. L. Polk & Co. sends various types of e-mail
communications. If this email message concerns the
potential licensing of a Polk product or service, and
you do not wish to receive further emails regarding Polk
products, forward this email to [EMAIL PROTECTED]
with the word "remove" in the subject line.

The email and any files transmitted with it are confidential
and intended solely for the individual or entity to whom they
are addressed.

If you have received this email in error please delete this
message and notify the Polk System Administrator at [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to