没有标签“tableFacade”在以前缀“jmesa”导入的标签库中定义
我是 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
tableFacade 标记已重命名为 tableModel(请参阅此处)。
The tableFacade tag was renamed to tableModel (see here).