data grid converts various "value" attributes into Strings when it should leave 
them as Objects
-----------------------------------------------------------------------------------------------

         Key: BEEHIVE-886
         URL: http://issues.apache.org/jira/browse/BEEHIVE-886
     Project: Beehive
        Type: Bug
  Components: NetUI  
    Versions: v1m1    
    Reporter: Eddie O'Neil
 Assigned to: Eddie O'Neil 
    Priority: Critical
     Fix For: V1


The data grid has a bad bug that causes objects intended for display in cells 
to be toString()'ed before they ever have an opportunity to be formatted.  

The result is that the date and number formatters don't work because the grid's 
model JavaBeans work only on Strings.

I believe that this is significant enough to fix before 1.0, let me know if 
anyone disagrees.

-- 
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