This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Struts and the fly likes Message resources '$' display problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Message resources Watch "Message resources New topic
Author

Message resources '$' display problem

Sam Venkata
Ranch Hand

Joined: Mar 06, 2006
Posts: 68
Hi,

We have a framework built on struts and it has a .properties file equivalent to MessageResources.properties file in struts. One of the value in key value pairs in the .properties file has a text "$100" that needs to be displayed in the JSP. The JSP does not display the '$' sign but just displays 100.

Is there a way to get around this? Could anybody please suggest me.

Thanks,
Samanth Marisetty.
Sam Venkata
Ranch Hand

Joined: Mar 06, 2006
Posts: 68
Hi,

I found the solution. I had to replace $ with '&# 36;' . It did the trick.

Thanks,
Samanth.
[ November 25, 2008: Message edited by: Samanth Marisetty ]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Message resources '$' display problem
 
Similar Threads
Pop up window in struts
Missing message for key "welcome.title" in bundle "(default bundle)" for locale en_US
Error Page
how to set the locale for display tag
exporting in excel using display tag in struts