[ http://issues.apache.org/jira/browse/IBATIS-132?page=comments#action_66138 ] Brandon Goodin commented on IBATIS-132: ---------------------------------------
Made change to ListDataExchange to traverse property notation for nesting. It has possibly made nested lists possible too. However this has not been tested AT ALL. still needs more thorough testing. added a single additional unit test called testIterateWithPrepend2b() in DynamicPrependTest.java along with a indentically named mapped statement int he DynamicAccount.xml. Currently only the #[].propertyName# syntax has been tested > list notation faile when accessing property #[].property# > --------------------------------------------------------- > > Key: IBATIS-132 > URL: http://issues.apache.org/jira/browse/IBATIS-132 > Project: iBatis for Java > Type: Bug > Components: SQL Maps > Versions: 2.0.9b > Reporter: Brandon Goodin > Assignee: Brandon Goodin > Fix For: 2.1.1 > > The following syntax is improperly parsed and fails. > <select parameterClass="list"> > ... > <iterate open="(" close=")" conjunction=","> > #[].propertyName# > </iterate> > ... > </select> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira