Usually you add a Validator to your form components yourself to
validate that any value at all has been provided by the user, that it
is an email address or a phone number or whatever. I found the core
only one situation where a TypeValidator is automatically added:
TextField(id, class). Are you doing any of these two?

You shouldn't need it, if you didn't require it in 1.1.

The input of the TextField is validated

What is the user message you got in 1.1?

Juergen

On 2/1/06, David Leangen <[EMAIL PROTECTED]> wrote:
>
> Man, I LOVE this community. Seriously, everybody is so helpful! That's
> not always the case in other project. Thanks a bunch!!
>
> > and you have an entry in YourPage.properties file for TypeValidator?
>
> Nope. Do I need one now in 1.2? I didn't seem to need one with 1.1.
>
> What is being validated, exactly? If a validator is now required, what
> components require one?
>
>
> Thanks!
> Dave
>
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
> for problems?  Stop!  Download the new AJAX search engine that makes
> searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to