-
Feature Request
-
Resolution: Unresolved
-
Major
-
4.2.0.Alpha1
-
None
It would be useful if there is warning informing you that used namespace in JSF Project is not supported by selected JSF Environment version.
e.g. in JSF 1.2 Project with following code
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:cc="http://java.sun.com/jsf/composite"> </html>
should have warning informing you that composite components are defined since JSF 2.0