Posts by Diego.Santos • 41 points
7 posts
- 
		2 votes1 answer27 viewsQ: I cannot select the dynamically created radiobuttonsI’m having a hard time manipulating radiobutton components created dynamically by clicking the button, but it’s presenting a small problem, when I click on the generated radiobutton, the selected… 
- 
		0 votes1 answer65 viewsQ: Authentication problem in PHP, returns PDO::errorcode(): 00000I have a problem to authenticate a site with php, when I put the data in the form it returns the error message I enter if it failed and another error message 0000 in the login method. Apparently I… 
- 
		1 votes1 answer53 viewsQ: Do not save information in mysql when I click on one of the radioboxes in the formI have a form with several text fields, radiobox, selectbox, and I want to save the information in the table of the bank I use. However, I’m having a problem when I click on the first two radios… 
- 
		0 votes1 answer137 viewsQ: How to save the checkbox value by choosing only one of these?I have a form with three checkbox, I want to save the selected value of some of these, but in one of them when clicked, I bring two more checkbox and a input (text) to add additional information to… phpasked Diego.Santos 41
- 
		0 votes0 answers43 viewsQ: I can’t control form Focus and field validationI am in the following situation, I have three formularies, which are displayed through the event click the buttons associated with them, disable the buttons and try to validate the fields of each… 
- 
		0 votes0 answers72 viewsQ: Null Field Error - Java WebIn the project I am studying is based on the book "Java Programming for Web" where a strange error occurs, then the error arises after filling the entire form, where it appears in the log that the… 
- 
		1 votes1 answer281 viewsQ: I can’t save in the bank and does not show error log in Hibernate projectIn the project I use hibernate, and when I try to save a new client, it just shows the class validation message CadastroClienteService. The strange thing is that all fields are filled in the form,…