0

I am fully new in java, Seems its very silly question but I am facing issue while tying to print value from .JSP file, My output is always ${x} instead of value, Please someone help

Code Output ${x}

<html>
<body>
<% int x = 1;%>
<c:out value="${x}" />
</body>
</html>

0 Answers0