dimanche 28 juin 2015

jstl importing not work in linux

im trying to work with spring mvc and run my project in windows correctly :

<%@ taglib prefix="c" uri="http://ift.tt/QfKAz6"%>

and add dependency in pom.xml

<dependency>
<groupId>jstl</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
</dependency>

this code work correctly work but when i use war file in linux and deploy it , not working.when i comment jst/core importing , it work !!

any solotion ?

Aucun commentaire:

Enregistrer un commentaire