Answer the question
In order to leave comments, you need to log in
Trouble adding Joda to JSP?
Hello. Wanted to format LocalDateTime in JSP page. For this added
<%@taglib prefix="joda" uri="http://www.joda.org/joda/time/tags"%>.
The absolute uri: www.joda.org/joda/time/tags cannot be resolved in either web.xml or the jar files deployed with this application
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.5</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
</dependency>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question