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

Bug 328301

Summary: h:dataTable var attribute should be validated as prohibiting EL
Product: [WebTools] Java Server Faces Reporter: Gerry Kessler <gerry.kessler>
Component: JSF ToolsAssignee: jsf inbox <jsf-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: 3.2.2   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Gerry Kessler CLA 2010-10-20 18:19:05 EDT
Currently the system does not flag an EL expression value for the dataTable var attribute value as an error when it should.

The system should be made more flexible to allow validation of attribute values where:
1) EL allowed - static and EL values
2) EL required - EL values only
3) EL prohibited - static values only