[jira] Commented: (IBATIS-131) Fix use of list[]-notation in propertyattributes of dynamic tags

2005-10-03 Thread Niels Beekman (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-131?page=comments#action_12331135 ] Niels Beekman commented on IBATIS-131: -- So if someone says fixed other comments are not taken in consideration? Please advice me if I should open a new JIRA-issue for my

[jira] Commented: (IBATIS-131) Fix use of list[]-notation in propertyattributes of dynamic tags

2005-09-12 Thread Niels Beekman (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-131?page=comments#action_12323208 ] Niels Beekman commented on IBATIS-131: -- I have built iBATIS from the source and tested my code. All works fine, except when dealing with a 'deeper' iteration, example:

[jira] Commented: (IBATIS-131) Fix use of list[]-notation in propertyattributes of dynamic tags

2005-09-12 Thread Rafael Borges (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-131?page=comments#action_12323209 ] Rafael Borges commented on IBATIS-131: -- I built iBatis from the source too and it just worked fine. The following is a sample: iterate property=conditions

[jira] Commented: (IBATIS-131) Fix use of list[]-notation in propertyattributes of dynamic tags

2005-08-19 Thread Waddle Fung (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-131?page=comments#action_12319394 ] Waddle Fung commented on IBATIS-131: I have also tried the latest version 2.1.5.582 and got an exception NumberFormatException. My defintion is listed below. Thanks.

[jira] Commented: (IBATIS-131) Fix use of list[]-notation in propertyattributes of dynamic tags

2005-08-04 Thread Niels Beekman (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-131?page=comments#action_12317664 ] Niels Beekman commented on IBATIS-131: -- I also believe it is still broken, I checked the JUnit-tests but none of them is using a property containing []-syntax. If you

[jira] Commented: (IBATIS-131) Fix use of list[]-notation in propertyattributes of dynamic tags

2005-08-03 Thread Eugene N Dzhurinsky (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-131?page=comments#action_12317508 ] Eugene N Dzhurinsky commented on IBATIS-131: This issue was marker as fixed, but it is not. I was trying to use the iterate tag with isNotNull conditional tag