If you want to fix those model binding errors, you'll want to just write your own (copy the code) and set the type manually (the text fields are bound to a ValueMap I believe, which isn't typed of course). If you do that, you can provide your own messages, of course.
2008/9/24 Łukasz Lipka <[EMAIL PROTECTED]>: > Hi, > not perfect solution is to make your ownSignInPanel that extends > SignInPanel than put your own properties file, or build your own > sources with proper properties file. > > Best regards, > -- > Pozdrowienia > Łukasz Lipka > http://lukaszlipka.blogspot.com/ > > 2008/9/23 wiki <[EMAIL PROTECTED]>: >> >> Does any one knows how to customize error message "login failed" to our own >> message using SignInPanel. >> In my project I am using acegi so I want two different messages >> 1 for user whose account is locked >> 2 for user whose account is active but password or email entered wrong >> >> Thanks >> >> -- >> View this message in context: >> http://www.nabble.com/How-to-customize-error-message-in-SignInPanel-tp19624142p19624142.html >> Sent from the Wicket - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >
