-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: 2.0.0
-
Fix Version/s: None
-
Component/s: Editors, Projects > Portlet
-
Labels:None
The default configuration for projects somehow causes a problem with liferay-ui:search-container:
While it wouldn't technically make sense, according to the TLD and TEI, the following jsp should at least validate correctly in the editor:
<%@ taglib uri="http://java.sun.com/portlet_2_0" prefix="portlet" %> <%@ taglib uri="http://liferay.com/tld/ui" prefix="liferay-ui" %> <portlet:defineObjects /> <liferay-ui:search-container> <%=searchContainer.getClass().getName() %> </liferay-ui:search-container>
However, the JSP-Editor states (on the line <liferay-ui:search-container>):
The TagExtraInfo class for "liferay-ui:search-container" (com.liferay.taglib.ui.SearchContainerTei)
could not be instantiated
SearchContainerTei is in util-taglib.jar, which is on the project build path. I'm not sure where else to look for configuring hints for the jsp editor. Other TEI parsing works well - e.g. <portlet:defineObjects/> or <liferay-theme:defineObjects/>