[ http://issues.apache.org/jira/browse/BEEHIVE-180?page=history ]
     
Nathan Jantz closed BEEHIVE-180:
--------------------------------

    Assign To: Nathan Jantz  (was: Scott Symmank)

I created a data grid using case-insensitive column names in my expressions and 
is verified to be working now.  

> ResultSetIterator needs to support case insensitive comparison for 
> Map.get(String)
> ----------------------------------------------------------------------------------
>
>          Key: BEEHIVE-180
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-180
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1Beta
>     Reporter: Eddie O'Neil
>     Assignee: Nathan Jantz
>      Fix For: V1Beta

>
> When creating an Iterator for an instance of java.sql.ResultSet, the Iterator 
> should return Map types that support a case-insensitive Map.get(String) 
> method.  This is used when binding to a ResultSet from tags that render data 
> sets such as the dataGrid and repeater.  For example, this works today:
>         <netui-data:dataGrid dataSource="pageScope.customers" 
> name="customers">
>             <netui-data:columns>
>                 <netui-data:literalColumn 
> value="${container.item.CUSTOMERID}"/>
>                 <netui-data:literalColumn 
> value="${container.item.COMPANYNAME}"/>
>             </netui-data:columns>
>         </netui-data:dataGrid>
> but this should also work:
>         <netui-data:dataGrid dataSource="pageScope.customers" 
> name="customers">
>             <netui-data:columns>
>                 <netui-data:literalColumn 
> value="${container.item.customerid}"/>
>                 <netui-data:literalColumn 
> value="${container.item.companyname}"/>
>             </netui-data:columns>
>         </netui-data:dataGrid>

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to