Hi Experts,
I'm just curious about the error handling in a JSP (display view):
Usually, you can force an error page by invoking something like:
${pageContext.response.sendError(404)}
In WEM it does not work (or at least it does not work for me).
Do you know how to handle this correctly?
At a certain condition in a display view, I would like to abort the execution and send an error to the client.
The WEM error handling seems to isolate errors within it's content components. How can I force an all-embracing error and abort execution to show a 404 status code (for example)?
Thanks,
Sagar Sunkar.