Bug 152225 - FacesConfig Editor - Attribute Property cell editors incorrect
Summary: FacesConfig Editor - Attribute Property cell editors incorrect
Status: NEW
Alias: None
Product: Java Server Faces
Classification: WebTools
Component: UI (show other bugs)
Version: 1.5   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: Future   Edit
Assignee: Gerry Kessler CLA
QA Contact:
URL:
Whiteboard: faces-config editor
Keywords: bugday, helpwanted
Depends on:
Blocks:
 
Reported: 2006-07-28 18:29 EDT by Gerry Kessler CLA
Modified: 2008-04-01 16:47 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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