Posts by Vitor Nicacio • 1 point
2 posts
-
0
votes1
answer31
viewsQ: Converting Jobject with dynamic objects
I have been having this problem for some time, I need to take the values of the given object and add it in a list but I can’t find a way to map them because they are coming dynamically Array…
-
0
votes1
answer294
viewsQ: JSP with Servlet
I’m trying to get Servlet to work as a controller I was following the booklet from Caelum but I can’t find the error the jsp to Servlet @WebServlet(urlPatterns = "/LoginInfo") public class LoginInfo…