Ticket #62 (closed enhancement: wontfix)
Return all errors including children's in a single array.
| Reported by: | rblatz | Owned by: | dhughes |
|---|---|---|---|
| Type: | enhancement | Priority: | normal |
| Milestone: | Reactor 2.0 Alpha | Component: | Reactor - Record |
| Version: | Severity: | normal | |
| Keywords: | Error reporting, Record, ErrorCollection | Cc: |
Description
I was unable to find an easy way to use the built in validation when working with linked tables. I was able to validate all the Records with one validate statement, but was unable to return all the translated errors without checking each child object by hand. I propose that a getAllErrors method be added to the abstractRecord.cfc. I have attached a possible implementation of this.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

