Re: The Field 'emailInput' is required

2010-01-21 Thread Whats'Up
Hi rmattler thank you for the fast answer! With test.emailInput.Required=test I changed the completely error code to test, but how can I change the error code to this Field 'email' is required. ? I also tested it with test.emailInput.RequiredValidator=email, but it doesn't work rmattler wrote:

Re: The Field 'emailInput' is required

2010-01-21 Thread Whats'Up
. vendorSignupForm.mainEmail.EmailAddressValidator=The Email address is not a valid address. Whats'Up wrote: Hi rmattler and Wilhelmsen Tor Iver thank you both for the fast answers! With test.emailInput.Required=test I changed the completely error code to test, but how can I change the error code to this Field 'email

Re: The Field 'emailInput' is required

2010-01-21 Thread Whats'Up
must contain a number and a letter and be 6 characters long. Or you can create a custom validator and create your own default message. Hope that helps. Whats'Up wrote: Sorry, I think I wrote not enough, to tell you the problem. With the code test.emailInput.Required=The Email address

Re: The Field 'emailInput' is required

2010-01-21 Thread Whats'Up
@thisis me PErfekt, this is the answer Do you know how I can order the error-codes? thisisme wrote: try: emailInput = email in the property file Whats'Up wrote: test.EMAIL.Required=test EMAIL.Required=test -- View this message in context: http