How to prevent $ interpretation in JSP to make jQuery templates work -


i have page generated data both backend , front. front end using jquery template, , page written in jsp, , there conflict of using $ sign:

<script type="text/javascript">    ${title} </script> 

for example, want above code interpreted front end, jsp translating else. how prevent happening?

thanks

oliver

add top of page:

<%@ page iselignored="true" %> 

this should in page defines template. include page main page, if want use el in it.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -