次のコードの実行中に javax.servlet.servletException が発生します....
"<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
"<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
"<%@ taglib uri="http://jakarta.apache.org/tiles" prefix="タイル"%>
tiles:importAttribute scope="request" />
h:panelGrid 列="2" >
<f:facet name="header">
<f:subview id="header">
<tiles:insert attribute="header" flush="false" />
</f:subview>
</f:facet>
<f:subview id="menu">
<tiles:insert attribute="menu" flush="false" />
</f:subview>
<f:subview id="content">
<tiles:insert attribute="content" flush="false" />
</f:subview>