I've just made a little test writing DUMMY: key:<keyname> Value:<value>
expected:<expected> in an html document...... and i got DUMMY: key: Value:
expected: ....
the problem is that < is a special html symbol.... explorer thinks its an
unknown tag and outputs nothing.
if you look in the HTML source of your document, i think you'll see what you
were expecting.
to output < , use &lt;

hope it helps

Caroline

----------------------------------------------------------------------------
----
Caroline LAUFERON
 Cap Gemini Telecom Media & Networks France
 Skill Center VASN - RENNES

02 99 27 61 92
[EMAIL PROTECTED]
----------------------------------------------------------------------------
----


----- Original Message -----
From: "Dominique de Waleffe" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Tuesday, November 18, 2003 1:29 PM
Subject: ActionErrors problem...


I have this in my code:
    errors.add(ActionErrors.GLOBAL_ERROR,
           new
ActionError("error.key.invalid-value.dummy","<keyname>","<value>","<expected
>");

I have this in application.properties:
error.key.invalid-value.dummy=DUMMY: key:{0} Value:{1} expected:{2}

However,  using <html:errors/> in my page, the only thing that gets
displayed is:
DUMMY: key: Value: expected:

i.e. the replacement values I give are swallowed.

Any idea on what I am doing wrong? I tried calling new ActionError(..,a)
where a is an Object[] with the values I want. This did not work either.

I imagine I must be missing something obvious...

Thanks for any hint...
D.

--
Dominique de Waleffe   Email: [EMAIL PROTECTED] [No HTML please]
Mission Critical, Drève Richelle 161 Bât N, B-1410 Waterloo, Belgium
Phone: +32 2 757 10 15  Fax: +32 2 759 27 60



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


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

Reply via email to