natemartinsf / NMValidatedObject

NMValidatedObject is a simple model-level framework for Cappuccino. Inspired by ActiveRecord and CoreData, it allows you to validate properties of model objects, and manage relationships between models. Persistence and querying is on the todo list
11 stars 1 forks source link

Error notifications #2

Open natemartinsf opened 14 years ago

natemartinsf commented 14 years ago

There needs to be some way to let the user know that a error in validation has occured.

I think the best way to do this would be using the notification center. Any other suggestions?