JDK-4221869 : Missing property editor for char type
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.beans
  • Affected Version: 1.2.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 1999-03-19
  • Updated: 2000-05-03
  • Resolved: 2000-05-03
Related Reports
Duplicate :  
Description

Name: dbT83986			Date: 03/18/99


The findEditor method in PropertyEditorManager should supply a 
default editor for the primitive type "char". This is the only
primitive type that is not supported which makes it seem like an
over sight to me.
(Review ID: 55588)
======================================================================

Comments
WORK AROUND Name: dbT83986 Date: 03/18/99 Write your own PropertyEditor and register it with PropertyEditorManager ======================================================================
11-06-2004