Posts by Edevan • 21 points
1 post
-
2
votes1
answer888
viewsA: How to open a JSP within a JSP through a Servlet?
The correct thing in a web application is to always create a class servlet each jsp created to handle your requests and responses. In your case you already have one servlet, you must create a new…