Hi!

I am using Apache Tomcat 10.0.23 and nashorn 15.4 in an eclipse ide in
order to develop JSP's.
I want to send data (user input in a form) via the POST method to another
JSP.
However I do not know how I can get the sent data. In Java I guess I would
be using request.getParameter().
Is there a similar way to get the input using Nashorn?
I tried to play around with fetch() but I didn`t came to a solution.

Best Regards
Simon

Reply via email to