Validationsummary with service-layer in asp.net mvc?

Posted by molgan on Stack Overflow See other posts from Stack Overflow or by molgan
Published on 2010-03-16T08:10:43Z Indexed on 2010/03/16 8:16 UTC
Read the original article Hit count: 230

Filed under:

Hello

I have a "service-layer" in my application that handles some logic that uses a "data-layer" that has dataannotations and uses a resource-file with "error-messages" in different languages.

How should I implement it in my asp.net mvc application that needs to display some message if a login fails, or if firstname is missing etc?

/M

© Stack Overflow or respective owner

Related posts about asp.net-mvc