Hello, In web.xml:
<error-page>
<error-code>404</error-code>
<location>/WEB-INF/pages/errorinfo/tiles_404.jsp</location>
</error-page>
For each struts2 action class shows/direct to correct page, but the
above line is always called.
Could someone let me know what may cause the above section called please? Thanks a lot! -- struts2.5.14.1, tiles3.0.8, servlet2.4

