Bug 152225

Summary: FacesConfig Editor - Attribute Property cell editors incorrect
Product: [WebTools] Java Server Faces Reporter: Gerry Kessler <gerry.kessler>
Component: UIAssignee: Gerry Kessler <gerry.kessler>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3 CC: raghunathan.srinivasan
Version: 1.5Keywords: bugday, helpwanted
Target Milestone: Future   
Hardware: PC   
OS: Windows 2000   
Whiteboard: faces-config editor

Description Gerry Kessler CLA 2006-07-28 18:29:33 EDT
Except for the "id" attribute, all attribute property entries use a combo box cell editor which is generally inappropriate.

For example with selection on a ManagedBean:
a) Class - combo has entries for each bean class name in the config
b) Name - name entry fof all bean name in the config
c) Scope - value of the scope for each bean config item which means you will see request and session multiple times.  [this cell editor should probably be a combo with scope enumeration]

The problem is likely with the generated itemProviders.  Each object will need to be evaluated individually
Comment 1 Raghunathan Srinivasan CLA 2007-01-05 17:07:31 EST
Triaged for WTP 2.0
Comment 2 Raghunathan Srinivasan CLA 2007-04-17 16:47:29 EDT
Consider for 3.0
Comment 3 Raghunathan Srinivasan CLA 2008-04-01 16:47:19 EDT
Deferred