mholt / binding

Reflectionless data binding for Go's net/http (not actively maintained)
http://mholt.github.io/binding
MIT License
795 stars 84 forks source link

template errors #30

Closed TrollWarlord closed 9 years ago

TrollWarlord commented 9 years ago

How the heck would you ever display errors? The data is in an array of form ... it's not like the message is apart of your model output?

mholt commented 9 years ago

I'm not sure I understand what you mean. It's up to the client (usually some Javascript code) to display errors in the way that's best for your app...

Will close this issue unless there's anything else.