On April 27, 2024, our Sign-in and Create Account options will be unavailable from 9am-12pm ET. During this maintenance window, developer account access and free trial registration will be unavailable.

WEM 8.5 - How to send an error while executing a content component's display view jsp

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.