Hi,
when I fire a MyException extending RuntimeException it properly gets mapped to the JSP I defined for MyException via error-page in the web.xml.
This Exception gets handled properly! Why do I see the error in the subject in the eclipse IDE???
It's not wrong that it is mapped that way?
Lukas