You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Eddie O'Neil (JIRA)" <be...@incubator.apache.org> on 2005/08/16 01:26:53 UTC

[jira] Created: (BEEHIVE-886) data grid converts various "value" attributes into Strings when it should leave them as Objects

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


[jira] Assigned: (BEEHIVE-886) data grid converts various "value" attributes into Strings when it should leave them as Objects

Posted by "Nathan Jantz (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-886?page=all ]

Nathan Jantz reassigned BEEHIVE-886:
------------------------------------

    Assign To: Nathan Jantz  (was: Eddie O'Neil)

> 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
>     Assignee: Nathan Jantz
>     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


[jira] Resolved: (BEEHIVE-886) data grid converts various "value" attributes into Strings when it should leave them as Objects

Posted by "Eddie O'Neil (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-886?page=all ]
     
Eddie O'Neil resolved BEEHIVE-886:
----------------------------------

    Resolution: Fixed

This is fixed in V1.  The type of the "value" attribute has been changed to Object rather than String throughout the data grid tag APIs.  In addition, the headerCell now has a "value" attribute to make it consistent with the rest of the *Cell tags.



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