Re: [Shale] commons client side validation not picking up component name

2006-03-30 Thread Mark Shifman
Thanks!! I will submit a bug ticket tomorrow. Looking at the validator-rules.xml it looks like a double validator has been completely omitted. mas Gary VanMatre wrote: From: Mark Shifman <[EMAIL PROTECTED]> Thanks Gary: I am now getting a much more insidious exception thrown. I using the f

Re: [Shale] commons client side validation not picking up component name

2006-03-30 Thread Gary VanMatre
>From: Mark Shifman <[EMAIL PROTECTED]> > > Thanks Gary: > I am now getting a much more insidious exception thrown. > I using the following: > > > arg="#{msgs.validate_s_id}"/> > arg="#{msgs.validate_s_id}" /> > > >java.lang.NullPointerException >at >org.apache.shale.validator.Co

Re: [Shale] commons client side validation not picking up component name

2006-03-30 Thread Mark Shifman
Thanks Gary: I am now getting a much more insidious exception thrown. I using the following: arg="#{msgs.validate_s_id}"/> arg="#{msgs.validate_s_id}" /> I now get when I submit a float. java.lang.NullPointerException at org.apache.shale.validator.CommonsValidator.validate(CommonsVa

Re: [Shale] commons client side validation not picking up component name

2006-03-30 Thread Gary VanMatre
>From: Mark Shifman <[EMAIL PROTECTED]> > Hi: > When I use the commonsValidator for required on the client side, the name of > the > component > is not being picked up and the alert says "null is required". This happens > with > both h:inputText > and h:selectOneListbox, the only two I hav

[Shale] commons client side validation not picking up component name

2006-03-30 Thread Mark Shifman
Hi: When I use the commonsValidator for required on the client side, the name of the component is not being picked up and the alert says "null is required". This happens with both h:inputText and h:selectOneListbox, the only two I have tried. ... function required() { this[0] = new