Hello everyone, I have a question of the following nature:
I have a JSP page with an html form and a Servlet is attached to it. I want a button on a JSP page to have the servlet generate a new page, i.e. creating one more JSP page with the specified information on the forum of the previous page. Can this be done? And what information is best studied for these actions.
I would be very grateful for the directions of studying the correct material. Thank!
Update: In general, I have a ready-made JSP page with a form that contains the following items:
Name (this will be displayed in the page header) URL addresses (this creates the name of the new JSP page) i.e. Here we enter to the privet example, it creates a page for us with the name privet.jsp
Other data.
Create button. By clicking this button, a JSP page will be created from the above data and with the specified URL.