iterate tag does not function as specified in the Developer guide
-----------------------------------------------------------------
Key: IBATIS-614
URL: https://issues.apache.org/jira/browse/IBATIS-614
Project: iBatis for Java
Issue Type: Bug
Components: SQL Maps
Affects Versions: 2.3.4
Environment: Windows XP Professional 32 bits, jdk 1.6
Reporter: Mihai Victor Popescu
The iterate tag doesn't function as specified in the Developer Guide where it
says:
<iterate> Iterates over a property that is an implementation
java.util.Collection, or java.util.Iterator, or is an array.
In reality it only iterates through arrays and java.util.List, even if Set
implementations are still implementations of java.util.Collection.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]