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
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?