On Wednesday, March 20, 2013 1:06:54 PM UTC+1, Dave Sann wrote: > Marko, do you have a good example of doing what you say? >
What I had in mind, related to OP's post, would be a middleware that does (binding [*validation-failures* []] (handler req) (do-something-about *validation-failures*)) There would be a global function, such as *add-failure*, which would *conj* a new failure to the vector. -marko -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
