Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 328301 - h:dataTable var attribute should be validated as prohibiting EL
Summary: h:dataTable var attribute should be validated as prohibiting EL
Status: NEW
Alias: None
Product: Java Server Faces
Classification: WebTools
Component: JSF Tools (show other bugs)
Version: 3.2.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: jsf inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-20 18:19 EDT by Gerry Kessler CLA
Modified: 2010-10-20 18:19 EDT (History)
0 users

See Also:


Attachments

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