> Is the syntax correct with the following? I can't see why it just wouldn't work.
> " if (value.equals("student")) {
> eduPersonAffiliation.getValues().add("student");
What you posted was uppercase, so I think that alone means that wouldn't work.
If what you said about contains is true, then I would suggest trying indexOf.
-- Scott