Posts by RonnySilva • 15 points
4 posts
-
1
votes1
answer754
viewsQ: Show output from a JSP page Servlet list
I need to capture an input name, query the database and return the result on a jsp page. I want to show the result in a short snippet of the JSP page, in case I mix the text of the JSP page with the…
-
0
votes2
answers460
viewsQ: No result when sending data from a JSP form
I’m trying to make a mini-login screen, get the form compare data and after that redirect to a page JSP. <html> <head> <meta http-equiv="Content-Type" content="text/html;…
-
0
votes1
answer100
viewsQ: Transfer to "dd/MM/yy" format
I’ve been doing the exercise "6.4 Optional exercises: List of contacts with scriptlet" of Caelum and there is a question that says so : "2) Note that the date appeared in a complicated way to read.…
-
0
votes1
answer1126
viewsQ: HTTP Error Status 405 Servlet
I’ve been doing the "5.5 First Servlet" exercise of the Caelum FJ21 Java Web booklet, "http://localhost:8080/fj21-agenda/oi" to access the page occurs error: HTTP Status 405 - HTTP method GET is not…