I am converting a JSP/Servlet dynamic web project to Struts 2 and the custom error pages (that previously worked with the JSP/Servlet version) have stopped working.
When
You are calling a JSP directly, and trying to use a Struts tag inside it:
6:
Turn this to plain html and it will work.
Otherwise, you need to call an action.