Is there some way to get the localized text messages receiving parameters to replace?

Shoud be nice to have a message like this:

myMsg=Your (?) last login was on ?

And them call:

List params = new ArrayList(2);
params.add(username);
params.add(logindate);
addActionError("myMsg",params)

+ Samuel G. Mota
+ [EMAIL PROTECTED]
+ 55 (11) 4417 7093
+ Business Application Dpt.
+ Netset Servi�os em Tecnologia
+ a Hypercom Company
+ http://www.hypercom.com



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to