Java 阿帕奇特立尼达岛的皮肤

Java 阿帕奇特立尼达岛的皮肤,java,apache,jsf,trinidad,Java,Apache,Jsf,Trinidad,嗨,我想知道如何使用特立尼达岛的皮肤。我已经用JSF1.2(ApacheMyFaces)、JSTL、ApacheTrinidad 1.2.14创建了一个eclipse项目。在我的项目中,我还使用 <?xml version="1.0"?> <trinidad-config xmlns="http://myfaces.apache.org/trinidad/config"> <skin-family>casablanca</skin-fam

嗨,我想知道如何使用特立尼达岛的皮肤。我已经用JSF1.2(ApacheMyFaces)、JSTL、ApacheTrinidad 1.2.14创建了一个eclipse项目。在我的项目中,我还使用

<?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>

我期待的结果是

但我得到的只是一个丑陋的页面(),上面有链接,而不是3个标签。感谢您的帮助

谢谢

“记住,您的页面必须在页面上有tr:document标签,才能启动皮肤框架”