I need to do something like:

    public void execute(ActionInvocation invocation) throws Exception {
        try {
           // Some operations
        } catch (Exception e) {
           //Send user to a error page
        }
    }

Any idea?

Reply via email to