Right now, no. You could write your own validator, though. > -----Original Message----- > From: Colin Chalmers [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 13, 2003 6:19 AM > To: Turbine Users List > Subject: IntakeService rules > > > Hi all, > > Anyone know if it's possible to have an Intake rule which is > dependant on another IntakeValue? > > For example I have an Object that has 4 int's (say a, b, c, > and d) as properties. After inserting I have to check whether > > a<b and c > d > > <group name="Foo" key="foo" mapToObject="Foo"> > <field name="a" key="A" type="int" > > <rule name="one" value="LESS THAN B??">One</rule> > </field> > <field name="b" key="B" type="int" > > </field> > <field name="c" key="C" type="int" > > <rule name="one" value="GREATER THAN D??">Two</rule> > </field> > <field name="d" key="D" type="int" > > </field> > </group> > > The examples I see (and currently use) for Intake are fixed > values ie 1, 20, 255 etc > > Any help appreciated > > /c >
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
