2009/11/3 DFectuoso <santiago1...@gmail.com>

>
> I am using MegaProtoUser in my user model and a couple of users
> reported they do not get any kind of feedback if they don't input a
> valid user in the Sign Up form


What exactly is a valid user in your case?

   def testSignup() {
>      theUser.validate match {
>        case Nil =>
>          actionsAfterSignup(theUser)
>          S.redirectTo(homePage)
>
>        case xs => S.error(xs) ; signupFunc(Full(innerSignup _))
>      }
>    }
>
> I think that S.error should be the one giving me the errors in the
> <lift:msgs/> handler right?
>

Yes.

Cheers,

Heiko

--

My job: weiglewilczek.com
My blog: heikoseeberger.name
Follow me: twitter.com/hseeberger
OSGi on Scala: scalamodules.org
Lift, the simply functional web framework: liftweb.net

--~--~---------~--~----~------------~-------~--~----~
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