Fórum

The TagExtraInfo class could not be instantiated

Catalin Vaida, modificado 10 Anos atrás.

The TagExtraInfo class could not be instantiated

New Member Postagens: 2 Data de Entrada: 05/11/13 Postagens Recentes
<%@ 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></liferay-ui:search-container>
This is the <b>New Portlet</b> portlet in View mode.


Hello. I am not able to use the search-container of liferay-ui. In Eclipse when I put the following piece of code:
<liferay-ui:search-container></liferay-ui:search-container> I get a yellow attention sign saying:

"The TagExtraInfo class for "liferay-ui:search-container" (com.liferay.taglib.ui.SearchContainerTei) could not be instantiated". I am able to use and deploy portlets, use service builder, the alloy framework but I have a problem with search-container.

Liferay Plugin SDK is 6.1.1 and the runtime environment (tomcat) is 6.1 emoticon. Thanks a lot, hope you can help me because from what i've searched on the internet nobody had this error before (or at least very few people).
thumbnail
David H Nebinger, modificado 10 Anos atrás.

RE: The TagExtraInfo class could not be instantiated

Liferay Legend Postagens: 14919 Data de Entrada: 02/09/06 Postagens Recentes
There's a known problem w/ the JSP portions of Liferay outside of the Liferay project themselves. The JSP plugins just don't have visibility on the Liferay constructs that they actually will have visibility on when deployed.

If your deployed portlet works fine, then this is yet another example. You can ignore the error in the IDE and move on.
Catalin Vaida, modificado 10 Anos atrás.

RE: The TagExtraInfo class could not be instantiated

New Member Postagens: 2 Data de Entrada: 05/11/13 Postagens Recentes
Interesting, I've never thought of that. Indeed the table gets displayed with no errors etc. Thanks for the time replying. I'm relieved emoticon
thumbnail
Gregory Amerson, modificado 10 Anos atrás.

RE: The TagExtraInfo class could not be instantiated

Liferay Legend Postagens: 1123 Data de Entrada: 16/02/10 Postagens Recentes
Traolly Xiong, modificado 9 Anos atrás.

RE: The TagExtraInfo class could not be instantiated

Regular Member Postagens: 195 Data de Entrada: 30/12/11 Postagens Recentes
Hello,
I'm currently seeing this error on my 1.6 LR IDE using a 6.2 sdk and 6.2 LR bundle. I get the same error.
The deployed plugin to my local bundle instance is NOT working or rendering anything.

What was the fix to your resolution?

Thanks.
bharat bhamare, modificado 5 Anos atrás.

RE: The TagExtraInfo class could not be instantiated

New Member Postagens: 3 Data de Entrada: 24/05/18 Postagens Recentes
It works fine for showing data only, but pagination not work