Jason Hunter writes: > Is there a reason why AndFilter, OrFilter, and NegateFilter aren't public? Is there any reason why they should be? Since all filters so far extend AbstractFilter there functionality is avialable through the and, or, negate methods (FYI, this is one use case where I actually like method chaining :-) Brad