Re: Conditional validation in Struts.

2007-04-03 Thread Dave Newton
--- "Peter L. Berghold" <[EMAIL PROTECTED]> wrote: > Consider the following sniglet from my > validation.xml: > > depends="requiredif"> > > > field[0] > dropins_allowed_rq > > > fieldTest[0] > EQUALS > > > fieldValue[0] > on > > What version of Struts are you using? IIRC requiredif was d

Conditional validation in Struts.

2007-04-03 Thread Peter L. Berghold
Consider the following sniglet from my validation.xml: field[0] dropins_allowed_rq fieldTest[0] EQUALS fieldValue[0] on What I'm trying to accomplish is if the checkbox dropins_allowed_rq is checked then I want to consider the text field nonmember_dropin_rate_rq as a required field, othe