Foros de discusión

liferay ui tabs

thumbnail
sridhar b iyer, modificado hace 14 años.

liferay ui tabs

Junior Member Mensajes: 57 Fecha de incorporación: 27/02/09 Mensajes recientes
i am using liferay ui tab <liferay-ui:tabs names="....../> inside another liferay tab. its giving null pointer exception.

on: java.lang.NullPointerException
07:04:58,534 ERROR [IncludeTag:52] java.lang.NullPointerException
at com.liferay.util.JS.toScript(JS.java:112)
at org.apache.jsp.html.taglib.ui.tabs.end_jsp._jspService(end_jsp.java:727)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:374)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:337)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)


can any one help me
thumbnail
Hajri Mohamed, modificado hace 12 años.

RE: liferay ui tabs

Junior Member Mensajes: 71 Fecha de incorporación: 2/03/11 Mensajes recientes
have you found any solution for this ?
i have the same problem.
thank you in advance
John Addams, modificado hace 12 años.

RE: liferay ui tabs

New Member Mensajes: 4 Fecha de incorporación: 11/04/11 Mensajes recientes
I am also curious. I am guessing that 'names' parameter is somehow null becouse only in parsing this parameter the JS.toScript utility is used. When inner tabs are used without nesting they work fine.