| 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 ]
|
 |
 |
|
|
subject: Message resources '$' display problem
|
|
|