Re: Resource Bundle Problem (sometimes)

2007-06-27 Thread Marius Botha
(). -Original Message- From: Marius Botha [*mailto:[EMAIL PROTECTED][EMAIL PROTECTED]] Sent: 26 June 2007 03:40 To: taglibs-user@jakarta.apache.org Subject: Resource Bundle Problem (sometimes) Hi there, I have my own tag (extending BodyTagSupport) in which I do the following: code

Re: Resource Bundle Problem (sometimes)

2007-06-27 Thread Marius Botha
, not ResourceBundle.getString(). -Original Message- From: Marius Botha [*mailto: [EMAIL PROTECTED][EMAIL PROTECTED]] Sent: 26 June 2007 03:40 To: taglibs-user@jakarta.apache.org Subject: Resource Bundle Problem (sometimes) Hi there, I have my own tag (extending

Resource Bundle Problem (sometimes)

2007-06-26 Thread Marius Botha
Hi there, I have my own tag (extending BodyTagSupport) in which I do the following: code ResourceBundle resources = ResourceBundle.getBundle(application); out.print(resources.getString(key)); /code This works great ... most of the time. However, the moment I put this tag into another tag that

Re: Resource Bundle Problem (sometimes)

2007-06-26 Thread Kris Schneider
Quoting Marius Botha [EMAIL PROTECTED]: Hi there, I have my own tag (extending BodyTagSupport) in which I do the following: code ResourceBundle resources = ResourceBundle.getBundle(application); out.print(resources.getString(key)); /code This works great ... most of the time.

Re: Resource Bundle Problem (sometimes)

2007-06-26 Thread Marius Botha
]] Sent: 26 June 2007 03:40 To: taglibs-user@jakarta.apache.org Subject: Resource Bundle Problem (sometimes) Hi there, I have my own tag (extending BodyTagSupport) in which I do the following: code ResourceBundle resources = ResourceBundle.getBundle(application); out.print(resources.getString(key

Re: Resource Bundle Problem (sometimes)

2007-06-26 Thread Kris Schneider
the exception, not ResourceBundle.getString(). -Original Message- From: Marius Botha [*mailto:[EMAIL PROTECTED][EMAIL PROTECTED]] Sent: 26 June 2007 03:40 To: taglibs-user@jakarta.apache.org Subject: Resource Bundle Problem (sometimes) Hi there, I have my own tag (extending