Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have an Apex page with a date field.

I have a validation set up on the field to display an error message if the date is not in the format MM/DD/YYYY. So if a user enters something like 01/-0/1-01, my validation would catch it and throw the appropriate error.

But Apex is doing its own internal validation on the field and returning an Ajax error before it gets to my validation. Is there any way I can bypass the internal Apex validation on a specific field?

Thanks,
Brian

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.