On 6/21/06, Sanjeeb Patel <[EMAIL PROTECTED]> wrote:

I am using <html-el:errors/>
and getting the question marks and en_US prepended with all the error
messages .. as below.

Why is that .. How can I avoid "???en_US."

That usually means the key is not present in your application's resource bundle.

From your other message, it looks like you were trying to add a
literal message instead of a key.  In that case, try using the
ActionMessage constructor that takes a boolean:
<http://struts.apache.org/struts-action/struts-core/apidocs/org/apache/struts/action/ActionMessage.html#ActionMessage(java.lang.String,%20boolean)>

(What version of Struts are you using?  The link above is to the 1.3.x Javadoc.)

--
Wendy

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

Reply via email to