RE: I18n for number formatting on Struts

2002-03-08 Thread Ronald Haring
its easy using struts html:submit bean:message key=submitMessage/ /html:submit Gr Ronald -Original Message- From: Hani Hamandi [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 12:14 AM To: 'Struts Users Mailing List' Subject: RE: I18n for number formatting

RE: I18n for number formatting on Struts

2002-03-07 Thread Andrew B Forman
I do not know of any struts-specific i18n functionality that does what you are looking for. However, the baseline Java i18n does: http://java.sun.com/docs/books/tutorial/i18n/ andrew -Original Message- From: Eduardo André Mallmann [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 07,

RE: I18n for number formatting on Struts

2002-03-07 Thread Andre Beskrowni
try the i18n taglib in the jakarta-taglibs project. note that this is eventually going to be deprecated by jstl, so if you find a bug or if the functionality doesn't do exactly what you need, you'll have to tweak it by yourself -- not that it's hard or anything... ab -Original

RE: I18n for number formatting on Struts

2002-03-07 Thread Hani Hamandi
I was wondering, since internationalization worked for you: How did you guys deal with button labels? By button-label I mean the text displayed on your submit buttons. I found no way of displaying a button-label from a bean:message Isn't that right? -Original Message- From: Eduardo André