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
 Assigned to: 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

Reply via email to