Posts by Bianca Reis • 1 point
2 posts
-
0
votes0
answers9
viewsQ: Form validation and page redirection
I have a form in an html page, then I have 2 links, each one redirects to a different page and in each of these pages is rendered another form that is actually continuation of the first. I want to…
-
0
votes1
answer217
viewsQ: How to capture more than one attribute from a foreign key?
I’m doing a Java-Desktop Vehicle Rental project. I’m using MVC, DAO and JDBC. In my bank I have the tables Rental and Car: CREATE TABLE IF NOT EXISTS `frota`.`carro` ( `idcarro` INT(11) NOT NULL…