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 94240 - Missing (id) in properties sheet if the data provider object has a property named id
Summary: Missing (id) in properties sheet if the data provider object has a property n...
Status: RESOLVED WONTFIX
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Dongmei Cao
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-03 02:25 UTC by bugbridge
Modified: 2008-02-01 20:23 UTC (History)
1 user (show)

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 bugbridge 2007-02-03 02:25:34 UTC
Original status: 5-Cause Known

dongmeic wrote on 2005-08-23:

Use the TravelGetPersonById data provider as an example,
here are the steps to see the bug:

- Create a new project or work with an existing project
- Drop Enterprise Java Beans > Travel Center > getPersonById. An instance
  of data provider TravelGetPersonById will be added into the project.
  NOTE: TravelGetPersonById has a property named id.
- In application Outline, select travelGetPersonById1.
  In the properties sheet, there is an "id", but no "(id)",
  the id of the object instance.

This bug is in the properties sheet (not ejb module).
Comment 1 Dongmei Cao 2008-02-01 20:23:10 UTC
This is a very corner situation. Will not fix it.