3

次のコードの実行中に 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>

4

1 に答える 1

1

あなたの質問は整形式のXMLではないようです。タグの終わりはありますが、始まりはありません。質問を送信したときにテキストが壊れていなかったと思いますか?

于 2009-01-02T21:00:38.167 に答える