没有标签“tableFacade”在以前缀“jmesa”导入的标签库中定义

发布于 2024-11-09 13:57:33 字数 478 浏览 0 评论 0原文

我是 jmesa 新手,正在为新应用程序进行一些调试。

我收到此错误@:

  <jmesa:tableFacade
            id="tag" 
            stateAttr="restore"
            items="${beans}"
            maxRows="15"
            maxRowsIncrements="10,15,25,50"
            var="bean"
            toolbar="${custom_toolbar}"
            view="${custom_view}">

我检查了从下载站点解压缩的 jmesa.tld 文件...并且任何地方都没有提到“tablefacade”标签?

这里有什么问题吗?我认为根据错误,需要在 .tld 文件中声明该标签名称?

提前致谢

Im new to jmesa and doing some debugging for a new aplication.

I get this error @:

  <jmesa:tableFacade
            id="tag" 
            stateAttr="restore"
            items="${beans}"
            maxRows="15"
            maxRowsIncrements="10,15,25,50"
            var="bean"
            toolbar="${custom_toolbar}"
            view="${custom_view}">

I checked the jmesa.tld file that I unzipped from the download site...and theres no mention of a "tablefacade" tag anywhere?

whats the issue here? I would think there needs to be a declaration of that tag name in the .tld file according to the error??

Thanks in advance

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夜夜流光相皎洁 2024-11-16 13:57:33

tableFacade 标记已重命名为 tableModel(请参阅此处)。

The tableFacade tag was renamed to tableModel (see here).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文