Posts by Bruno Tchaikovsky • 31 points
2 posts
-
0
votes1
answer72
viewsQ: Create mask to accept only links containing HTTP/HTTPS - Java JSF
I need to create a field input where the user will place a link, but this field can only accept links that contain http:// or https:// at first. There is a way to do a validation in Javascript or…
-
3
votes2
answers503
viewsQ: Deleting data from a MYSQL table with Java
I’m trying to delete data from a table with Java but for some reason the code is not working. Excerpt from the code below: public void excluir(ModeloObjeto modelo) throws Exception{ Connection…