RequiredIf Example

2003-01-15 Thread Weber, Jeremy
Can someone post the necessary code to show a working requiredif validation. I can seem to get this going per my prior post (attached). Hello all, I have a field that I wish to validate based on the results of another field. The other field 'useSecure' returns a string of true or false from 2

Validator requiredIf

2002-12-16 Thread Michelle Wynn
Has anyone had any success validating conditionally with requiredIf client-side? There does not seem to have been a javascript method created for this validation method. I looked in 1.1B and the most recent nightly build. Also haven't had success validating server side (although I do have

Re: Validator requiredIf

2002-12-16 Thread Rob Leland
Michelle Wynn wrote: Has anyone had any success validating conditionally with requiredIf client-side? There does not seem to have been a javascript method created for this validation method. I looked in 1.1B and the most recent nightly build. Also haven't had success validating server side

RE: Validator requiredIf

2002-12-16 Thread James Turner
Requiredif doesn't implement client-side validation, to my mind it would be too hard to come up with a mechanism to generate Javascript for the fairly complex cases you can generate using it. If someone wants to take a crack at writing it, feel free. James -Original Message- From

Help validator requiredif

2002-12-12 Thread Frost, Gary [IT]
values, Standard, Relative and Actual. The settleType is required, but the absoluteSettle (another field on that form, a text box) is only required if settleType = 'Actual'. I put something like this in my validator.xml and it generates all the other test fine, but not the requiredif check. BTW I'd

RE: Help validator requiredif

2002-12-12 Thread James Turner
-Original Message- From: Frost, Gary [IT] [mailto:[EMAIL PROTECTED]] Sent: Friday, December 13, 2002 1:08 AM To: '[EMAIL PROTECTED]' Subject: Help validator requiredif Ok, the requiredif check. BTW I'd also like to perform a check on absoluteSettle to ensure

<    1   2