Foros de discusión

Problem importing JSTL in JSP

Dean Grobler, modificado hace 12 años.

Problem importing JSTL in JSP

thumbnail
Mayur Patel, modificado hace 12 años.

RE: Problem importing JSTL in JSP

Expert Mensajes: 358 Fecha de incorporación: 17/11/10 Mensajes recientes
Hi Dean,

you have to copy jstl.jar in your WEB-INF/lib folder and then deployed again your portlet
sure It will work emoticon

Thanks,
Mayur Patel
Zsolt Vilhelm, modificado hace 12 años.

RE: Problem importing JSTL in JSP

New Member Mensajes: 16 Fecha de incorporación: 30/08/11 Mensajes recientes
Hello,

You should add the JSTL library to your project's Library. It will solve the porblem.
Do you use Eclipse or Netbeans?
Dean Grobler, modificado hace 12 años.

RE: Problem importing JSTL in JSP

Zsolt Vilhelm, modificado hace 12 años.

RE: Problem importing JSTL in JSP

New Member Mensajes: 16 Fecha de incorporación: 30/08/11 Mensajes recientes
Ok. In Netbeans you should do this:
In your project, right click Librarires and click add Library. From the new window select JSTL 1.1
I attach a picture for you. You may need to download JSTL if you dont have it.

Archivos adjuntos:

Dean Grobler, modificado hace 12 años.

RE: Problem importing JSTL in JSP

thumbnail
jelmer kuperus, modificado hace 12 años.

RE: Problem importing JSTL in JSP

Liferay Legend Mensajes: 1191 Fecha de incorporación: 10/03/10 Mensajes recientes
Actually it's better / easier to add the following entry to your liferay-plugin-package.properties file

portal-dependency-jars=\
    jstl-api.jar,\
    jstl-impl.jar


unless you want your portlet to be portable across portlet containers that is