On Thu, 6 Jun 2002, Matt Raible wrote:

> I remember hearing something about JSTL offering a try/catch syntax, or
> maybe it was JSP 1.2.  Anywhoo, I need it.

It's <c:catch>, as in

  <c:catch var="error">
    <c:import ... />
  </c:catch>

  <c:if test="${not empty error}">
    Not there!
  </c:if>

-- 
Shawn Bayern
"JSTL in Action"   http://www.jstlbook.com
(coming in July 2002 from Manning Publications)


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to