UI-Component Sets
Project Documentation

Summary

Facelet Tag name: <c:catch>
Facelet Tag class: org.apache.myfaces.view.facelets.tag.jstl.core.CatchHandler
Catches any Throwable that occurs in its body and optionally exposes it.

Attributes

Name Type Required Description
var String false Name of the exported scoped variable for the exception thrown from a nested action. The type of the scoped variable is the type of the exception thrown.