Re: Iterating through Collection.

2007-02-07 Thread Larry Meadors
Nope, just not a feature that has been implemented, you can pass an Array or a List. Larry On 2/7/07, Daniel Pitts <[EMAIL PROTECTED]> wrote: I'm passing in a Collection in the parameter map. This allows me to pass in a Set, but ibatis doesn't seem to handle this: com.ibatis.common.beans.Prob

Iterating through Collection.

2007-02-07 Thread Daniel Pitts
I'm passing in a Collection in the parameter map. This allows me to pass in a Set, but ibatis doesn't seem to handle this: com.ibatis.common.beans.ProbeException: The 'ids' property of the java.util.HashMap class is not a List or Array. Seems like a possible bug?