Object field validation

2006-06-30 Thread Halgurt Mustafa Ali
Hi all, I have a form called TASKMANAGERform and in this form I have a field called taskDefinition of type TaskDefinition. TaskDefinition has a field domain of type Integer. Is it possible to validate this field? I meen to validate taskDefinition.domain? If aes, in which way? I have tried this:

Re: Object field validation

2006-06-30 Thread Truong Xuan Tinh
Try Hope this may help. Halgurt Mustafa Ali wrote: > Hi all, > > I have a form called TASKMANAGERform and in this form I have a field called > taskDefinition of type TaskDefinition. TaskDefinition has a f

AW: Object field validation

2006-06-30 Thread Halgurt Mustafa Ali
Users Mailing List Betreff: Re: Object field validation Try Hope this may help. Halgurt Mustafa Ali wrote: > Hi all, > > I have a form called TASKMANAGERform and in this form I have a fie

AW: Object field validation

2006-07-03 Thread Halgurt Mustafa Ali
his type. Is there any way to do such a validation? I appreciate your help :-) thanks a lot, Halgurt -Ursprüngliche Nachricht- Von: Halgurt Mustafa Ali Gesendet: Freitag, 30. Juni 2006 13:04 An: Struts Users Mailing List Betreff: AW: Object field validation Hi, Sorry, I tried that also,

Re: Object field validation

2006-07-03 Thread Niall Pemberton
Halgurt -Ursprüngliche Nachricht- Von: Halgurt Mustafa Ali Gesendet: Freitag, 30. Juni 2006 13:04 An: Struts Users Mailing List Betreff: AW: Object field validation Hi, Sorry, I tried that also, but it seems not to work, I am not sure if it is possible to validate fields von obj

AW: Object field validation

2006-07-04 Thread Halgurt Mustafa Ali
the value of domain was unvalid. Best regards, Halgurt -Ursprüngliche Nachricht- Von: Niall Pemberton [mailto:[EMAIL PROTECTED] Gesendet: Montag, 3. Juli 2006 20:12 An: Struts Users Mailing List Betreff: Re: Object field validation This is indicating that getTaskDefinition() from yo

Re: AW: Object field validation

2006-07-04 Thread Laurie Harper
ient, that the value of domain was unvalid. Best regards, Halgurt -Ursprüngliche Nachricht- Von: Niall Pemberton [mailto:[EMAIL PROTECTED] Gesendet: Montag, 3. Juli 2006 20:12 An: Struts Users Mailing List Betreff: Re: Object field validation This is indicating that getTaskDefinition()

AW: Re: AW: Object field validation

2006-07-05 Thread Halgurt Mustafa Ali
Hi, Thank you a lot, that is exactly the reason. I changed domain to String and it works. Regards, Halgurt -Ursprüngliche Nachricht- Von: Laurie Harper [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 4. Juli 2006 21:27 An: user@struts.apache.org Betreff: Re: AW: Object field validation