[jboss-cvs] jboss-seam/seam-gen/view ...
Gavin King
gavin.king at jboss.com
Sun Feb 4 03:48:49 EST 2007
User: gavin
Date: 07/02/04 03:48:48
Added: seam-gen/view error.xhtml
Log:
added exception mappings
Revision Changes Path
1.1 date: 2007/02/04 08:48:48; author: gavin; state: Exp;jboss-seam/seam-gen/view/error.xhtml
Index: error.xhtml
===================================================================
<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<ui:composition xmlns="http://www.w3.org/1999/xhtml"
xmlns:s="http://jboss.com/products/seam/taglib"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
template="layout/template.xhtml">
<ui:define name="body">
<h1>Error</h1>
<p>Something bad happened :-(</p>
<h:messages styleClass="message"/>
</ui:define>
</ui:composition>
More information about the jboss-cvs-commits
mailing list