Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 368062

Summary: [Faces-config] Missing validation on required field
Product: [WebTools] Java Server Faces Reporter: Ram Venkataswamy <ram.venkataswamy>
Component: JSF ToolsAssignee: jsf inbox <jsf-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

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).