Re: Struts ComboBox Validation

2006-08-01 Thread Irwan Nurwandi
g List Subject: Re: Struts ComboBox Validation > > But the thing is, since the default value is "Choose Holidex" it considers > it a String and doesn't validate. it's should be Choose Holidex not this one ... Regards IN -

RE: Struts ComboBox Validation

2006-07-31 Thread Chetan Pandey
ssage that Role is not available. Thanks. Chetan Pandey -Original Message- From: Irwan Nurwandi [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 01, 2006 1:11 PM To: Struts Users Mailing List Subject: Re: Struts ComboBox Validation > > But the thing is, since the default value is

Re: Struts ComboBox Validation

2006-07-31 Thread Irwan Nurwandi
But the thing is, since the default value is "Choose Holidex" it considers it a String and doesn't validate. it's should be Choose Holidex not this one ... Regards IN - To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

Struts ComboBox Validation

2006-07-31 Thread Chetan Pandey
I have the following Combobox in my Struts Application: * Where holidexCodeVector is a simple Vector of Strings where currently only three values are stored: "IND" "AUS" "USA" I want to validate holidexCode using validation.xml But the