Re: Validator not getting called and I can't see why [resolved]

2006-08-07 Thread Romu
U mean a javascript error ? u need to define a message.properties file too which will define the error messa 2006/8/6, Bart Busschots [EMAIL PROTECTED]: OK, I got all this figured out in the end. The validator was being called but because of problems with the page attribute in the form the

Re: Validator not getting called and I can't see why [resolved]

2006-08-07 Thread Romu
for example : mentor.createStudentGroup .groupName.label = the Student Group Name 2006/8/7, Romu [EMAIL PROTECTED]: U mean a javascript error ? u need to define a message.properties file too which will define the error messa 2006/8/6, Bart Busschots [EMAIL PROTECTED]: OK, I got

Re: Validator not getting called and I can't see why [resolved]

2006-08-07 Thread Bart Busschots
Romu wrote: U mean a javascript error ? No, I don't use clientside validation on my forms. It's going to the server anyhow so I don't see the point, just an extra layer for things to not work in. u need to define a message.properties file too which will define the error messa Good

RE: Validator not getting called and I can't see why [resolved]

2006-08-07 Thread Givler, Eric
? -Original Message- From: Bart Busschots [mailto:[EMAIL PROTECTED] Sent: Sunday, August 06, 2006 3:33 PM To: Struts Users Mailing List Subject: Re: Validator not getting called and I can't see why [resolved] OK, I got all this figured out in the end. The validator was being called but because

Re: Validator not getting called and I can't see why [resolved]

2006-08-06 Thread Bart Busschots
OK, I got all this figured out in the end. The validator was being called but because of problems with the page attribute in the form the validator appears to have been receiving a page value of zero and hence not validating the items on pages 1 or two because neither 1 nor 2 are less that or