This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 91852

Summary: Object List Data Provider:Unable to set "objectType" property to a original class
Product: obsolete Reporter: naoki <naoki>
Component: visualwebAssignee: Winston Prakash <wjprakash>
Status: NEW ---    
Severity: blocker    
Priority: P4    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description naoki 2007-01-04 17:52:04 UTC
In a Object List Data Provider component, It is not able to set "objectType" 
property to a original class.
A standard class for example "java.awt.Point" is OK.
Comment 1 Winston Prakash 2007-07-14 01:25:27 UTC
In NB6 M10, I've simplified binding List of objects to Table Component
(http://www.netbeans.org/issues/show_bug.cgi?id=98555). Just by using

  private List<MyBean> myList;
  public List<MyBean> getMyList(){
        return myList
  }   

myList will appear in the Table Component as set of bindable component.

Since we have better solution, I'm reducing this bug priority as P4