[Seasar-user:9547] Re: taglibの設定について

Shinpei Ohtani [E-MAIL ADDRESS DELETED]
2007年 7月 30日 (月) 16:52:26 JST


大谷です.

Teeda JSP exampleをダウンロードしてきてそのまま使っていれば
既に設定されているはずです.

それと、

> 現在の環境は Dolteng0.21.0で使用しています。

と記述されているのが気になります.
マージしたということでしょうか?
宜しくお願いします.

07/07/27 に shibuya<[E-MAIL ADDRESS DELETED]> さんは書きました:
>
> お世話になっております、渋谷です。
>
> 早速質問ですが、taglibの設定についてです。
>
> SeaserのWebPageにある、「Teeda JSP Example 1.0.8」をDLして
> JSPのサンプルを実行しようとしましたが、
>
> =add.jsp=
> <%@ page contentType="text/html; charset=UTF-8" %>
> <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
> <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
> <html>
> <head>
>   <title>add</title>
> </head>
> <body>
> <f:view>
>   <h:form>
>     <h:messages globalOnly="false" showDetail="true"/>
>     <h:inputText value="#{addBean.arg1}" required="true"/> +
>     <h:inputText value="#{addBean.arg2}" required="true"/> =
>     <h:outputText value="#{addBean.result}"/>
>     <h:commandButton action="#{addBean.calculate}" value="calculate"/>
>   </h:form>
> </f:view>
> </body>
> </html>
>
>
> 『"f"に対応するtaglibディレクティブが存在しないかTLDファイルが見つかりません。』
> というエラーが発生したので、
>
> web.xmlに
> <taglib>
> <taglib-uri>http://java.sun.com/jsf/core</taglib-uri>
> <taglib-location>/WEB-INF/teeda_core.tld</taglib-location>
> </taglib>
> <taglib>
> <taglib-uri>http://java.sun.com/jsf/html</taglib-uri>
> <taglib-location>/WEB-INF/teeda_html.tld</taglib-location>
> </taglib>
>
> と設定を追加し、WEB-INF下にteeda_core.tld、teeda_html.tldに
> 格納してみましたが、エラーが修正できません。
> そもそも別の設定方法があるような気がします。
>
> 現在の環境は Dolteng0.21.0で使用しています。
>
> 以上、ご助力お願いします。
>
>
> _______________________________________________
> Seasar-user mailing list
> [E-MAIL ADDRESS DELETED]
> https://ml.seasar.org/mailman/listinfo/seasar-user
>


-- 
=============================
Shinpei Ohtani
[E-MAIL ADDRESS DELETED]
=============================



Seasar-user メーリングリストの案内