Oliver,

I very briefly looked on your code and I saw that you have your own
validator there. How would that play with the existent validattors
that Record has where each field has a list of :

type ValidationFunction = MyType => Box[Node]

Note that current MetaRecord's validator after evaluating the
validators for each field it yields a List[FieldError] which can be
easily naturally used with S.error function to show the error messages
etc.

Is there a redundancy or complementary functionality?

Br's,
Marius
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to