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 91413 - Optional generation of managed-bean getters
Summary: Optional generation of managed-bean getters
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: _ potingwu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-21 13:28 UTC by tripplet
Modified: 2007-01-26 20:36 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 tripplet 2006-12-21 13:28:18 UTC
Referencing to discussion on 
http://www.nabble.com/VWP---Best-practices-tf2767011.html#a7716147

Add optional support for generation of getters to the managed-beans. Seems like
overkill and unnecessary conflicts when multiple client developers is developng
in same project. Everytime a new JSP is created a corresponding page bean is
created. That one will produce (unneccessary) getter to each current page beans
and so on...

Hope you understand my purpose.
Thanks
Thomas