I\'ve got a JSP page, which calls a function and checks its return value. If the return value is not null, the JSP page goes on to use it. If the return value IS null, I wan
Since 2.0, there is a standard way:
throw new javax.servlet.jsp.SkipPageException();