Re: how to create a MessageResouces

2004-05-18 Thread Henrique VIECILI
Hi Julio, Since the ApplicationResources.properties is a Property File, you can read it and use the java.util.Properties class to load this properties and the java.text.MessageFormat class to format and display the messages. // this code is to load the ApplicationResources.properties into a Prop

RE: how to create a MessageResouces

2004-05-18 Thread Geeta Ramani
Julio: Look at Riyad Kalla's answer to this question under the thread: Accessing ResourceBundle items from Action class Geeta > -Original Message- > From: Julio Cesar De Salvo [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 18, 2004 9:42 AM > To: 'Struts Users Mailing List' > Subject: how