Posts by Daniel Oliveira • 13 points
3 posts
-
0
votes1
answer545
viewsQ: Conversion error when setting''to'null Converter'. - JSF
I am doing a program that registers and relates a customer to a credit card. I am using JSF and Primefaces. It is not necessary to use the Database, so I am storing the data in a same Arraylist.…
-
0
votes3
answers10624
viewsQ: Success message after filling the form with HTML and PHP
I am creating a simple customer registration through a form. However, I am unable to place a "Successfully Registered" message on the same page of this form. The validation of this form, before…
-
1
votes2
answers1631
viewsQ: Form making empty INSERT in Database
I am creating a simple registration page and created a Form to store what was typed in the Database. However, even with the validation of the Form in PHP to see if there is an empty field, when I…