こんにちはトリニダードと一緒に肌を使う方法を知りたいです。JSF 1.2(apache myfaces)、JSTL、ApacheTrinidad1.2.14を使用してEclipseプロジェクトを作成しました。私のプロジェクトでは、trinidad-config.xmlも作成しました
<?xml version="1.0"?>
<trinidad-config xmlns="http://myfaces.apache.org/trinidad/config">
<skin-family>casablanca</skin-family>
</trinidad-config>
カサブランカはトリニダード1.2のデフォルトのスキンだと思いますが、それでも念のために置いておきます。(私がトリニダード1.2を使用した唯一の理由は、トリニダード2.0用の組み込みのモダンスキンがあるかどうかわからないためです)。
とにかく、bodyタグ内をフォローしてindex.jspを作成します
<f:view>
<tr:form>
<tr:panelTabbed>
<tr:showDetailItem text="Apache Trinidad Components" >
</tr:showDetailItem>
<tr:showDetailItem text="Architecture">
</tr:showDetailItem>
<tr:showDetailItem text="Release">
</tr:showDetailItem>
</tr:panelTabbed>
</tr:form>
</f:view>
そして、私が期待している結果は、http://example.irian.at/trinidad-components-showcase/component-demo/panelTabbed-Defaultのようなものです。
しかし、私が得るのは、3つのタブの代わりにリンクがある醜いページ( http://imagebin.org/163630 )だけです。どんな助けでも大歓迎です。
ありがとう