]
Alexey Kazakov reassigned JBIDE-16434:
--------------------------------------
Assignee: Jeff MAURY (was: Alexey Kazakov)
Show warning when namespace is not supported in jsf project's
version
---------------------------------------------------------------------
Key: JBIDE-16434
URL:
https://issues.jboss.org/browse/JBIDE-16434
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: jsp/jsf/xml/html-source-editing
Affects Versions: 4.2.0.Alpha1
Reporter: Radoslav RĂ¡bara
Assignee: Jeff MAURY
Fix For: LATER
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
{code}
<html
xmlns="http://www.w3.org/1999/xhtml"
xmlns:cc="http://java.sun.com/jsf/composite">
</html>
{code}
should have warning informing you that composite components are defined since JSF 2.0