In JSP, I notice that I cannot display $ {} in HTML. After displaying the page, the HTML page will no longer display $ {}. In my understanding, $ {} is part of the java syntax.
Is there any approach for rendering in HTML? I am currently using print "$ {}" as a string, so I can do this in my HTML. I need this character to be displayed, since I can capture this character later using jquery. (FYI: I am using a jquery template)
Thanks in advance
source share