RE: Float Validation not working

2005-06-20 Thread Dornback, Ken
, Dornback, Ken <[EMAIL PROTECTED]> wrote: > I have to validate a float. I can type anything or nothing in and never > see a validation problem when I set the depends attribute to "required, > float". The field just ends up 0 upon save. > > If I add a floatRange, it

Float Validation not working

2005-06-20 Thread Dornback, Ken
I have to validate a float. I can type anything or nothing in and never see a validation problem when I set the depends attribute to "required, float". The field just ends up 0 upon save. If I add a floatRange, it will complain at least complain if a number is outside of the range, but I don't ne

RE: Using checkbox value in Validator validwhen test

2005-04-19 Thread Dornback, Ken
se session-scoped form bean?) Michael Jouravlev. On 4/19/05, Dornback, Ken <[EMAIL PROTECTED]> wrote: > Problem: I don't know how to test a checkbox setting in the validwhen > test var-value. > > I have a checkbox and a text field. I only need to validate the text > fi

Using checkbox value in Validator validwhen test

2005-04-19 Thread Dornback, Ken
Problem: I don't know how to test a checkbox setting in the validwhen test var-value. I have a checkbox and a text field. I only need to validate the text field when the checkbox is checked. I cannot get this to work using validwhen (other validwhens do work that use different types of tests).