Posts by Matheus Torres • 3 points
2 posts
-
0
votes1
answer4499
viewsQ: Java/JSTL - Table listing with c:foreach
I tried to list database information on a page JSP by means of the tag <c:forEach> but I’m not getting any return value. Bookoid: @Override public List<Livro> consultar() throws…
-
0
votes0
answers135
viewsQ: Java/Mysql - Query error
Hello, I am trying to make a simple application to register in the bank with Java and I am getting the following error: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error…