instead of $g : Group( $resources:resources -> ( $resources.contains( $r ) ) ) you should be able to do:
$g : Group( resources contains $r ) if resources is a "field" (bean property) which is of type Collection, that will work. Michael. On 4/7/06, Russ Egan <[EMAIL PROTECTED]> wrote: > > Thanks, that did the trick. > > > >
