RE: Problem with validation rule

2006-07-17 Thread Adam Gordon
Heh, it happens to the best of us. Happy coding. -Adam -Original Message- From: Sebastian Stein [mailto:[EMAIL PROTECTED] Sent: Sunday, 16 July 2006 10:20 To: Struts Users Mailing List Subject: Re: Problem with validation rule Sebastian Stein <[EMAIL PROTECTED]> [060716 11:50]:

Re: Problem with validation rule

2006-07-16 Thread Sebastian Stein
Sebastian Stein <[EMAIL PROTECTED]> [060716 11:50]: > Adam Gordon <[EMAIL PROTECTED]> [060715 09:50]: > > What happens if you remove the "requireList" dependency and just use "mask?" > > It is driving me crazy. I removed the requireList dependency and nothing > changed. I removed the complete vali

Re: Problem with validation rule

2006-07-16 Thread Sebastian Stein
Adam Gordon <[EMAIL PROTECTED]> [060715 09:50]: > What happens if you remove the "requireList" dependency and just use "mask?" It is driving me crazy. I removed the requireList dependency and nothing changed. I removed the complete validation for menuForm from validation.xml and nothing changed. I

Re: Problem with validation rule

2006-07-14 Thread Adam Gordon
Sebastian- What happens if you remove the "requireList" dependency and just use "mask?" -Adam Sebastian Stein wrote: Hi, I have a form, which should also use validation based on a mask. I already enabled this kind of validation in another form and there it works. So I guess I just have a type

Problem with validation rule

2006-07-14 Thread Sebastian Stein
Hi, I have a form, which should also use validation based on a mask. I already enabled this kind of validation in another form and there it works. So I guess I just have a type or did something wrong during copy&paste. Here is the form definition in the struts-config.xml: