Side navigation
#5374 closed feature (invalid)
Opened October 14, 2009 06:09PM UTC
Closed February 05, 2010 08:36PM UTC
[validate] Add a way to access the set of errors that occurred on validation
Reported by: | mabner | Owned by: | joern |
---|---|---|---|
Priority: | minor | Milestone: | 1.4 |
Component: | plugin | Version: | 1.3.2 |
Keywords: | validate validation validator errors | Cc: | |
Blocked by: | Blocking: |
Description
It would be nice if I could write a custom invalidHandler that iterated through the list of errors that occurred and then do whatever I like with them.
My particular use case was to create a custom popup box that had the list of errors in it, but there was no way to access those errors so I had to fall back to another solution.