Good afternoon,
I'm using JAVA and JSP to program. I have a JSP variable and I need to pass the stored value to the JAVA code.
I need to pass the variable "X" that is in index.jsp to variable "Y" which is in the main of indexJava.java
Can someone help me?