I try to convert a JSP tag to its JSF equivalent. In the JSP file I found a c:catch block.
The c: comes from <%@ taglib uri="/WEB-INF/c.tld" prefix="c" %>.
In JSF I have the XML namespace xmlns:c="http://ift.tt/QfKAz6".
Can I use c:catch also in JSF or is there another JSF equivalent to do the same thing?
Aucun commentaire:
Enregistrer un commentaire