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 123981 - name in JTable binding is not included on the generated code
Summary: name in JTable binding is not included on the generated code
Status: RESOLVED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Binding (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
: 132113 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-12-13 21:32 UTC by ssamayoa
Modified: 2008-04-07 09:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ssamayoa 2007-12-13 21:32:09 UTC
"name" in JTable binding is not included on the generated code.

For example, I named "tabla1" my binding but the generated code is:

org.jdesktop.swingbinding.JTableBinding jTableBinding =
org.jdesktop.swingbinding.SwingBindings.createJTableBinding(org.jdesktop.beansbinding.AutoBinding.UpdateStrategy.READ_WRITE,
marcasArtList, jTable1);

"name" is not included in the create method call.
Comment 1 Jan Stola 2007-12-14 12:48:42 UTC
Confirmed. That's unfortunate. We must fix that.
Comment 2 Jan Stola 2008-01-21 15:06:56 UTC
Fixed, the name should be included in the generated code by now.

Modified file:
/cvs/form/src/org/netbeans/modules/form/BindingDesignSupport.java
new revision: 1.30; previous revision: 1.29
Comment 3 Jan Stola 2008-04-07 09:57:28 UTC
*** Issue 132113 has been marked as a duplicate of this issue. ***