I want to display the value of variable named "id" in my code. The code is -
index.html(line 5)-
<div class="marginTable" data-pubid="<%=id%>" data-count="5">
But whenever i am executing it, it is throwing error An error occurred at line: 5 in the jsp file: /index.html id cannot be resolved to a variable. How to get out of this?