views:

52

answers:

1

Simple: I have to be sure the privacy checkbox on my form is checked. I tryed to use the expression validator (and the fieldexpression validator) but it does'n work. Can anobody help me?

A: 

Can you provide more information? How were you using the expression validator, and why didn't it work? Seems like that approach should work fine.

A few things to consider: do you have both a "getter" and a "setter" method for your boolean? Do you have both the "validation" and the "workflow" interceptors in your interceptor stack (the "defaultStack" does, for example).

Todd Owen