Forums de discussion

http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or t

thumbnail
sanket jani, modifié il y a 9 années.

http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or t

New Member Publications: 21 Date d'inscription: 19/08/14 Publications récentes
getting this error while including my init.jsp file

i am trying to include init.jsp file in my view.jsp both files are in jsp folder.

following is the small code of the view.jsp


<%@ include file="/jsp/init.jsp" %>


<%@ taglib uri="http://java.sun.com/portlet_2_0" prefix="portlet" %>

<portlet:defineObjects />

This is the <b>masterdemo</b> portlet.

Pièces jointes:

thumbnail
Mohd Danish, modifié il y a 9 années.

RE: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml

Regular Member Publications: 187 Date d'inscription: 05/03/12 Publications récentes
Make sure that you have made an entry in

portal-dependency-jars= jstl-api.jar,\jstl-impl.jar in the liferay-plugin-pakages.properties file
thumbnail
sanket jani, modifié il y a 9 années.

RE: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml

New Member Publications: 21 Date d'inscription: 19/08/14 Publications récentes
thank you bro...

you solved my error