I am using JSF project as a portlet in liferay.
Here my page includes template and a viewScoped
managed bean and my page also uses <ui:include>
and <ui:composition>
.
I am not using core library but the warning is shown in the portal page when I add my portlet to liferay, this page calls xml namespace http://java.sun.com//jstl/core
declared with prefix c
but no tag library exists for that namespace.
and not c which deffers since c is core library and not like br an html tag – pFace Feb 05 '13 at 11:46