RE: Using value from resource bundle as the pattern to formatDate

2005-02-02 Thread Derrick Koes
Yes, indeed my fear was correct. I needed the fully qualified name of the bundle. -Original Message- From: Derrick Koes [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 02, 2005 10:07 AM To: Struts User Apache (E-mail) Subject: Using value from resource bundle as the pattern to

Using value from resource bundle as the pattern to formatDate

2005-02-02 Thread Derrick Koes
I want to use a resource key value as the pattern for my formatDate. The code below only gets the key name in ptrn variable. How do I get the value associated with the key? My fear is that this is correct, but the bundle tag isn't finding my application.properties file.