can you run a check to see if a checkbox has been selected?
This doesn't seem to work for me, where rollable is a checkbox in the same form. I want this field to be required when the rollable checkbox is checked.
<field property="rollupMethod"
depends="validwhen">
<arg0 key="label.rollupMethod"/>
<var>
<var-name>test</var-name>
<var-value>((rollable == null) or (*this* == null)) </var-value>
</var>
</field>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

