I have been reading that Alloy UI is included in Liferay 6.X.
What do I need to do?
This will not complie.
1<%@ taglib uri="http://liferay.com/tld/aui" prefix="aui" %>
I tried adding this to the web.xml
1 <taglib>
2 <taglib-uri>http://liferay.com/tld/aui</taglib-uri>
3 <taglib-location>/WEB-INF/tld/liferay-aui.tld</taglib-location>
4 </taglib>
And I also have the alloy-taglib.jar in my path. "Liferay Portal Plugin API".
This ca be found in my liferay-plugin-package.properties.
1portal-dependency-jars=\
2 alloy-taglib.jar,\
3 jstl-impl.jar
How can I use alloy UI?