Re: Validating nested, indexed properties

2005-07-08 Thread Kjersti Berg
I should probably slap myself now. This works just fine, if the struts-config doesn't turn validation off. :) Kjersti - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Validating nested, indexed properties

2005-07-08 Thread Kjersti Berg
On 07/07/05, Hubert Rabago <[EMAIL PROTECTED]> wrote: > What do you mean when you say it doesn't work? I mean that when I input characters in an integer-only field, the validation is not triggered, the values are just set on the form. However, I have tried to dig a bit more into this, and have lo

Re: Validating nested, indexed properties

2005-07-07 Thread Hubert Rabago
What do you mean when you say it doesn't work? I compared your code with something I have that's working and they look pretty much the same. I have a form with a list of employees, and each employee has fields such as "birth". The HTML form looks something like this:

Validating nested, indexed properties

2005-07-05 Thread Kjersti Berg
Hi I would like to validate some nested, indexed properties on my form. I've googled and found someone having similar problems, but haven't found a solution yet. Any help would be great. The form contains a list of Job objects, each having a set of properties, let's say number and size. I tried t