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

Max Rydahl Andersen (JIRA) jira-events at lists.jboss.org
Wed May 2 07:30:18 EDT 2012


     [ https://issues.jboss.org/browse/JBIDE-10177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Max Rydahl Andersen resolved JBIDE-10177.
-----------------------------------------

    Resolution: Done

    
> 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: Vlado Pakan
>             Fix For: 3.3.0.Beta3
>
>         Attachments: screenOK.png, Screenshot-JBIDE-10177.png
>
>
> 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