Fórum

Aui feilds are not showing in my jsp???

saritha reddy, modificado 9 Anos atrás.

Aui feilds are not showing in my jsp???

Junior Member Postagens: 95 Data de Entrada: 27/01/14 Postagens Recentes
Hi
Please someone help me , I dont know what am doing wrongemoticon
I wrote few aui feilds in my jsp but am unable to view my aui fileds????
Here is my jsp code

<%@ taglib uri="http://liferay.com/tld/aui" prefix="aui" %>
<%@ taglib uri="http://liferay.com/tld/ui" prefix="liferay-ui" %>
<%@page import="javax.portlet.PortletURL"%>
<%@ include file="init.jsp"%>
<portlet:defineObjects />
<portlet:actionURL name="action" var="action" >
<portlet:param name="jspPage" value="/subjectsPopup.jsp"></portlet:param>
</portlet:actionURL>

<div>
<aui:input type="checkbox" name="sbjcts" id="sbjcts" />
<aui:input name="test" type="text" value="test"></aui:input>
</div>
thumbnail
jaid shaik, modificado 9 Anos atrás.

RE: Aui feilds are not showing in my jsp???

Regular Member Postagens: 171 Data de Entrada: 08/10/10 Postagens Recentes
Hi saritha,

May be please check your int.jsp file path
&lt;%@ include file="/init.jsp"%&gt; 


thanks
jaid.shaik
saritha reddy, modificado 9 Anos atrás.

RE: Aui feilds are not showing in my jsp???

Junior Member Postagens: 95 Data de Entrada: 27/01/14 Postagens Recentes
My Jsp and init both are in the same path...emoticon
thumbnail
Mohd Danish, modificado 9 Anos atrás.

RE: Aui feilds are not showing in my jsp???

Regular Member Postagens: 187 Data de Entrada: 05/03/12 Postagens Recentes
truy wrapping the code in a form field

<div>
<form action="something">
<aui:input type="checkbox" name="sbjcts" id="sbjcts" />
<aui:input name="test" type="text" value="test"></aui:input>
</form>
</div>
saritha reddy, modificado 9 Anos atrás.

RE: Aui feilds are not showing in my jsp???

Junior Member Postagens: 95 Data de Entrada: 27/01/14 Postagens Recentes
Hi Mohd Danish

Thanks for the reply...
I have did wrapped the code with form as you said, but still its not showing my aui fields.
saritha reddy, modificado 9 Anos atrás.

RE: Aui feilds are not showing in my jsp???

Junior Member Postagens: 95 Data de Entrada: 27/01/14 Postagens Recentes
Hi

Am getting below error when i call my jsp and its not showing my aui fields.

Aug 13, 2014 10:51:46 AM org.apache.catalina.core.ApplicationDispatcher invoke
SEVERE: Servlet.service() for servlet jsp threw exception
javax.servlet.ServletException: File &quot;/html/taglib/aui/input/page.jsp&quot; not found
at org.apache.jasper.servlet.JspServlet.handleMissingResource(JspServlet.java:412)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:379)
thumbnail
Mohd Danish, modificado 9 Anos atrás.

RE: Aui feilds are not showing in my jsp???

Regular Member Postagens: 187 Data de Entrada: 05/03/12 Postagens Recentes
check if the page.jsp exists at this location liferay-portal-6.2.0-ce-ga1\tomcat-7.0.42\webapps\ROOT\html\taglib\aui\input

If not then its the problem with the installation of portal
saritha reddy, modificado 9 Anos atrás.

RE: Aui feilds are not showing in my jsp???

Junior Member Postagens: 95 Data de Entrada: 27/01/14 Postagens Recentes
page.jsp is there i the above mentioned path.....

Everything looks perfect but still same problem...
I spent more than a day about this issue.. checking all the possibilities of error causing things....
but no use....