Posts by Tiago Frioli • 33 points
3 posts
-
2
votes1
answer50
viewsQ: What is the problem with this query of my JSP?
This is an excerpt from a JSP page that lists the log-in user’s commitments.I don’t use JSP nor do I usually select this type but I need to use it this way. <% try {…
-
0
votes1
answer2375
viewsQ: Socket/Threads (Client/Server) Java
I have a very cruel doubt. I did a lot of research and found nothing similar to solve my case. What I need is this: Customer side sends card number and purchase value The server side receives this…
-
0
votes1
answer1259
viewsQ: Convert String to Date (request.getParameter)
I have a form in JSP that makes a register that has a date. <form method="Post" action="InserirCompromisso"> titulo : <input type="text" name="titulo" required="true"> local : <input…