Foros de discusión

Aui feilds are not showing in my jsp???

saritha reddy, modificado hace 9 años.

Aui feilds are not showing in my jsp???

Junior Member Mensajes: 95 Fecha de incorporación: 27/01/14 Mensajes recientes
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 hace 9 años.

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

Regular Member Mensajes: 171 Fecha de incorporación: 8/10/10 Mensajes recientes
Hi saritha,

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


thanks
jaid.shaik
saritha reddy, modificado hace 9 años.

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

Junior Member Mensajes: 95 Fecha de incorporación: 27/01/14 Mensajes recientes
My Jsp and init both are in the same path...emoticon
thumbnail
Mohd Danish, modificado hace 9 años.

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

Regular Member Mensajes: 187 Fecha de incorporación: 5/03/12 Mensajes recientes
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 hace 9 años.

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

Junior Member Mensajes: 95 Fecha de incorporación: 27/01/14 Mensajes recientes
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 hace 9 años.

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

Junior Member Mensajes: 95 Fecha de incorporación: 27/01/14 Mensajes recientes
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 hace 9 años.

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

Regular Member Mensajes: 187 Fecha de incorporación: 5/03/12 Mensajes recientes
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 hace 9 años.

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

Junior Member Mensajes: 95 Fecha de incorporación: 27/01/14 Mensajes recientes
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....