Remember that your validation rules are written in XML, so you must follow XML rules: escape less-than signs, greater-than, and ampersand. If you don't like this, you can always wrap them in CDATA sections:
<var-value> <![CDATA[ (((selectedTyp == 1) and (*this* < 300)) or ((selectedTyp > 1) and (*this* > 0))) ]]> </var-value> --- Albrecht Leiprecht <[EMAIL PROTECTED]> wrote: > > >If fails, because the test line for validwhen is not wellformed, because of > >this comparation > > >(*this* < 300) > > It works fine with a check for greaterThan, but it fails with the above > lowerThan... > > >Any Idea how I could change it to make it work ?? > > >Rgds > >Albi > > I changed this > > (*this* < 300) > > To > > (*this* < 300) > > And it seems to work ;) Live can be so easy ;) > > Thanks anyway > > Rgds > albi > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]