Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 368062 - [Faces-config] Missing validation on required field
Summary: [Faces-config] Missing validation on required field
Status: NEW
Alias: None
Product: Java Server Faces
Classification: WebTools
Component: JSF Tools (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: jsf inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-06 17:00 EST by Ram Venkataswamy CLA
Modified: 2012-01-06 17:00 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ram Venkataswamy CLA 2012-01-06 17:00:15 EST
Build Identifier: 20111215-0110

The faces-config form editor (Managed Bean / Component / Others tab) doesn't check missing value for required attribute

Reproducible: Always

Steps to Reproduce:
- open faces-config | Managed Bean tab (or Component | Others)

- Modify an existing managed bean and remove one of the required field value (Managed Bean name / Class)

On the form editor there is no validation reported. 

Workaround: We get to know the error only in source view (or error marker for faces-config in project explorer).