Re: howto with validator

2005-07-05 Thread Dewitte Rémi
ssage- > From: Dewitte Rémi [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 05, 2005 4:36 PM > To: Struts Users Mailing List > Subject: Re: howto with validator > > > Ok thanks, i'll try to achieve with the validator-rule.xml. But if i can't > you > suggest me to

RE: howto with validator

2005-07-05 Thread Nitesh Naveen
:[EMAIL PROTECTED] Sent: Tuesday, July 05, 2005 4:36 PM To: Struts Users Mailing List Subject: Re: howto with validator Ok thanks, i'll try to achieve with the validator-rule.xml. But if i can't you suggest me to extends the plugin validator to include more specific rules, didn't

Re: howto with validator

2005-07-05 Thread Dewitte Rémi
Ok thanks, i'll try to achieve with the validator-rule.xml. But if i can't you suggest me to extends the plugin validator to include more specific rules, didn't you ? Rémi Le Mardi 5 Juillet 2005 07:45, Nitesh Naveen a écrit : > You could do this with validator and indexed properties. > When us

RE: howto with validator

2005-07-04 Thread Nitesh Naveen
You could do this with validator and indexed properties. When using indexed properties, JavaScript validations doesn't work. However the server side validations does. This should suffice what you need... In case you have some validations that involve business logic, you could add more validations,