This map doesn't work with Ibatis for .NET, but she works fine with
Ibatis for JAVA
<iterate property="list">
<iterate property="list[].list">
#list[].list[].property#
</iterate>
</iterate>The error code is < Error getting ordinal value from .net object > In the method OnDoStartFragment(), the propertyNameValue = < list[].list > so the call to ObjectProbe.GetMemberValue fail

