I remember hearing something about JSTL offering a try/catch syntax, or maybe it was JSP 1.2. Anywhoo, I need it.
When I have the following, and $wrapperURL does not exist as a file, a
ServletException is thrown. I'd like to be able to gracefully handle
it.
<c:import url="${pageScope.wrapperURL}"/>
Thanks,
Matt
