As already pointed out, it's entirely possible to write JSp without JavaScript, just as it is possible to write HTML without javaScript.
But, you cannot use JSP as a
substitute for JavaScript. JSP runs on the server to format the HTML page to send to the client. It's involvement finishes when the page leaves the server. Perhaps
this article will be helpful.