I've created a new modular tapestry+ibatis project (2.0-m5-SNAPSHOT) and
issued mvn idea:idea command to make IDEA projects.  Everything looks fine,
except some errors in the web.xml when I tried to build it and run it on
Jetty. IDEA complains "Cannot resolve symbol error.jsp", ...

....
    <error-page>
        <error-code>500</error-code>
        <location>/error.jsp</location>
    </error-page>
    <error-page>
        <error-code>400</error-code>
        <location>/index.jsp</location>
    </error-page>
    <error-page>
        <error-code>403</error-code>
        <location>/403.jsp</location>
    </error-page>
    <error-page>
        <error-code>404</error-code>
        <location>/404.jsp</location>
    </error-page>
</web-app>
-- 
View this message in context: 
http://www.nabble.com/web.xml-errors-in-IDEA-tf3619585s2369.html#a10106699
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to