| Author |
Custom tag not able to sidplay Euro symbol
|
James Tharakan
Ranch Hand
Joined: Aug 29, 2008
Posts: 580
|
|
i have a costomTag created which should print the Euro symbol. but for some reason its not able to display it.
i have used getJspContext().getOut().print() method
It is able to print the pound symbol.
any suggestion ?
|
SCJP 6
Why to worry about things in which we dont have control, Why to worry about things in which we have control ! !
|
 |
Stefan Evans
Bartender
Joined: Jul 06, 2005
Posts: 1005
|
|
How are you currently printing it?
The standard code as I understand it would be: "€" which produces €
|
 |
James Tharakan
Ranch Hand
Joined: Aug 29, 2008
Posts: 580
|
|
I send a String parameter to the print(), this string is provided to me by a service call.
Which is actually the symbol
|
 |
 |
|
|
subject: Custom tag not able to sidplay Euro symbol
|
|
|