MyBatis 3.1.0
Spring 3.1.1
IBM JDK 6
Hello:
I am trying to use the <foreach> element in MyBatis but no matter how I pass my collection to the element (I've tried several things) I get, for instance:
for:
and the mapper class:
Any help would be appreciated.
Eric