开发者

Is Tomahawk12 tld valid?

开发者 https://www.devze.com 2023-03-12 07:36 出处:网络
I\'m using Tomahawk12-1.1.10 with Mojarra JSF 1.2_04. When I try to use: <t:dataList id=\"someId\" rowKey=\"key\" var=\"item\" value=\"#{myBean.listOfItems}\">

I'm using Tomahawk12-1.1.10 with Mojarra JSF 1.2_04.

When I try to use:

<t:dataList id="someId" rowKey="key" var="item" value="#{myBean.listOfItems}">
     <t:selectBooleanCheckbox id="" .../>
</t:dataList&开发者_StackOverflowgt;

I am getting the following error:

Attribute rowKey invalid for tag dataList according to TLD

In t:dataList documentation there is an rowKey attribute, but in tld file there is no mentions of such attribute. Is it possible that tld file in official distribution is outdated?


"rowKey" is a new feature available since tomahawk 1.1.11. It is now available and can be downloaded from MyFaces Tomahawk Download Page

0

精彩评论

暂无评论...
验证码 换一张
取 消