[jbosstools-issues] [JBoss JIRA] (JBIDE-16434) Show warning when namespace is not supported in jsf project's version

Radoslav Rábara (JIRA) issues at jboss.org
Tue Feb 4 09:14:28 EST 2014


Radoslav Rábara created JBIDE-16434:
---------------------------------------

             Summary: 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 be 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



More information about the jbosstools-issues mailing list