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 97225 - Provide a means where managed beans are not added to all Visual Web Pages
Summary: Provide a means where managed beans are not added to all Visual Web Pages
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ sandipchitale
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-05 18:55 UTC by brettbergquist
Modified: 2007-03-05 18:55 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description brettbergquist 2007-03-05 18:55:56 UTC
With a large project, adding any session or application managed bean using the
facilities of the VWP (New->File/Folder->Managed Bean->Session) ends up a lookup
of the managed bean to every page in the project.  This may be hundreds of pages
that are updated even if the pages never reference the managed bean.

It should be possible to specifically add a reference to a managed bean to a
page and not have them always added to every page.  Also, with many (tens)
managed beans registered, then the "bind to object" capability is very hard to
use because you must wade through all of the managed beans that you never are
going to use in the page just to find the one that you want.