Questions tagged as 'model-validation'

1
answer

javax.faces.validator.BeanValidator.MESSAGE = {1} {0}

I created a form where I have the following Name, Position, Login and Password fields. I am using javax.faces.validator.BeanValidator.MESSAGE={1} {0} to return error message to the user. I know it's working because all the fields are bein...
asked by 02.03.2017 / 16:13
0
answers

isUnique valitadion not working cakephp 2x

In my template, I created a valitaion for my email field, where if you have another email it shows that it is not possible to register, but this validation is not working. public $validate = array( 'nome' => array( 'notempty' =...
asked by 04.02.2016 / 17:47
1
answer

Validate fields with javascript in Safari browser

I'm having trouble trying to validate form fields, via Javascript, in the Safari browser. HTML code: <div class="modal fade" id="remarcar" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"> <div class="modal-dialog" role="...
asked by 14.10.2016 / 20:50