Fórum

aui:panel and aui:tool issue

thumbnail
Drew Blessing, modificado 11 Anos atrás.

aui:panel and aui:tool issue

Junior Member Postagens: 78 Data de Entrada: 27/01/11 Postagens Recentes
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.