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 63897 - Bean name/ID of already declared beans not populated in customizers
Summary: Bean name/ID of already declared beans not populated in customizers
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Palette (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Pavlo Tymoshenko
URL:
Keywords:
Depends on: 70081
Blocks:
  Show dependency tree
 
Reported: 2005-09-08 14:08 UTC by Jiri Skrivanek
Modified: 2007-09-03 13:32 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 Jiri Skrivanek 2005-09-08 14:08:46 UTC
Name or ID of already declared beans is not populated in combo box in customizer
of Use Bean, Get Bean Property and Set Bean Property. To reproduce:

- create web project
- create a bean
- declare bean in index.jsp (<jsp:useBean id="mybean" scope="session"
class="a.MyBean" />)
- open customizer for Get Bean Property and there should be mybean item next to
other implicit objects
Comment 1 Libor Kotouc 2005-12-08 12:55:49 UTC
This issue is valid for GetProperty, SetProperty and UseBean dialogs.
Comment 2 Pavlo Tymoshenko 2007-08-31 09:33:58 UTC
Fixed few days ago
Comment 3 Jiri Skrivanek 2007-09-03 13:32:03 UTC
Verified.