Hi, I am new to jsp and just learning by doing.
I am trying to pass a variable from javascript to my jsp page. From what I've read, I have to set the variable as an attribute so that I can read it using EL.
There is my code:
But when I run that page, I get an the alert message saying
ReferenceError: pageContext is not defined
.
Can anyone help me solve this issue?
Thanks
Zain