[
https://issues.jboss.org/browse/JBIDE-16434?page=com.atlassian.jira.plugi...
]
Radoslav Rábara updated JBIDE-16434:
------------------------------------
Description:
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
was:
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 be warning informing you that composite components are defined since JSF 2.0
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
Fix For: 4.2.0.Alpha2
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
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira