RE: Weird behavior in getText()

2010-03-24 Thread adam pinder
the only thing i have different is a space before and after the = in the resource file apart from that i'm using getText as you are. adam > Date: Tue, 23 Mar 2010 11:12:19 -0700 > Subject: Weird behavior in getText() > Fr

Re: Weird behavior in getText()

2010-03-23 Thread Dale Newfield
Chris Pratt wrote: for some reason, in my current instance it's trying to evaluate the resource bundle key as an OGNL expression. A couple weeks ago I finally took the time to look at lots of the warning output in my log files and was able to use that to fix a few buggy ognl expressions (yay

Weird behavior in getText()

2010-03-23 Thread Chris Pratt
I'm seeing some weird behavior in ActionSupport.getText() that is causing me some problems in Struts 2.0.14. From the docs (and my previous experience), getText() retrieves entries from the resource bundle's associated with the application. But for some reason, in my current instance it's trying