掲示板

aui:panel and aui:tool issue

thumbnail
11年前 に Drew Blessing によって更新されました。

aui:panel and aui:tool issue

Junior Member 投稿: 78 参加年月日: 11/01/27 最新の投稿
I am testing the following code to try and get an AUI panel with some tools in the panel bar. According to what I've seen, such as in JIRA ticket 5935 this is the proper way to use the tags together:

<aui:panel collapsible="<%=true %>" id="sample-panel-1" label="my-panel-1">
	<aui:tool icon="info" id="info-tool" handler="this.set('bodyContent', defaultText);"></aui:tool>
	My panel content1!
</aui:panel>


However, this results in an exception:
23:57:01,776 ERROR [http-bio-8080-exec-12][IncludeTag:253] Current URL /web/guest/what-we-do generates exception: com.liferay.taglib.aui.ToolTag cannot be cast to com.liferay.taglib.aui.ToolTag
23:57:01,788 ERROR [http-bio-8080-exec-12][IncludeTag:154] java.lang.ClassCastException: com.liferay.taglib.aui.ToolTag cannot be cast to com.liferay.taglib.aui.ToolTag

Can anyone suggest some reasons this may be happening? I'm using SDK 6.1.1 and Liferay Portal 6.1.1.

Thanks for your help.