Re: Re: Errors with 'validwhen' rule

2005-01-15 Thread sales
Kindly send all your messages to [EMAIL PROTECTED] This mail account is not functioning anymore. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Errors with 'validwhen' rule

2005-01-15 Thread Vamsee Kanakala
Kishore Senji wrote: http://struts.apache.org/userGuide/dev_validator.html Probably you missed the validWhen rules; Search for "A few quick notes on the grammer" on the above page Thanks, I really missed that part. I have one more problem: My form is populating a drop-down like this:

Re: Errors with 'validwhen' rule

2005-01-15 Thread Kishore Senji
On Sat, 15 Jan 2005 15:18:33 +0530, Vamsee Kanakala <[EMAIL PROTECTED]> wrote: > Hi List, > > I have something like this in my validation.xml: > > > > test > > ((phone != null) or (mobile == null) or (*this* != null)) (((phone != null) or (mobile == null))

Re: Errors with 'validwhen' rule

2005-01-15 Thread sales
Kindly send all your messages to [EMAIL PROTECTED] This mail account is not functioning anymore. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Errors with 'validwhen' rule

2005-01-15 Thread Vamsee Kanakala
Hi List, I have something like this in my validation.xml: test ((phone != null) or (mobile == null) or (*this* != null)) But I have some errors like this: line 1:38: expecting RPAREN, found 'or' at antlr.Parser.match(Parse