Hi
I have a constant
public static final long PIN = 1;
which I am using in my
jsp var pin_no = -> %=CONSTANTS.PIN% -<
I am
testing like this
-> c:if test="${form.state == pin_no}" -<
But I am not able to get the value.
Please let me know how to do access a constant in the JSP.
Thanks.