[jbosstools-issues] [JBoss JIRA] (JBIDE-10177) web.xml validator should be aware of JSF mappings

Alexey Kazakov (Created) (JIRA) jira-events at lists.jboss.org
Mon Nov 14 17:53:40 EST 2011


web.xml validator should be aware of JSF mappings
-------------------------------------------------

                 Key: JBIDE-10177
                 URL: https://issues.jboss.org/browse/JBIDE-10177
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: JSF
    Affects Versions: 3.3.0.M4
            Reporter: Alexey Kazakov
            Assignee: Viacheslav Kabanovich
             Fix For: 3.3.0.Beta1


1. Create JSF2 KickStart project.
2. Create 404.xhtml page in WebContent folder
3. Add the following code to the end of web.xml file:
{code}
   <error-page>
    <error-code>404</error-code>
    <location>/404.jsf</location>
  </error-page>
{code}
There should not be any error/warning markers on /404.jsf. This location should be mapped to the 404.xhtml file.
But right now I get: "error: Attribute location references to /404.jsp that does not exist in web content" error message.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list