IBMStockTrader / trader

UI microservice for the Stock Trader app
Apache License 2.0
24 stars 63 forks source link

Dollar signs not showing in Trader UI #19

Closed jwalcorn closed 2 years ago

jwalcorn commented 3 years ago

We used to have dollar signs whenever currency values were shown in the Trader microservice's UI. Now they are missing. I suspect this might be due to when we switched over to using JSPs, since that's a special symbol to the JSP processor. Need to figure out whatever we need to do, like perhaps escaping the dollar signs, to get them to appear again.

gasgithub commented 3 years ago

fixed in the PR https://github.com/IBMStockTrader/trader/pull/20

jwalcorn commented 2 years ago

Confirmed it's fixed. Thanks!