I am using JavaScript in my project. I need a way to save a JavaScript value to a java String in a jsp. I do not want to make a Ajax call as there are lot of complexities. I tried a lot but is there a way to set javaScript value to a string in a jsp?
Note: I do not want AJAX calls as mentioned. I just want to know if there are any alternatives.