IDEA, Maven: Taglibs not recognising in project
I've been trying to get a web app (war) project running in IntelliJ. Ive added the jstl dependency to the Maven project and tried adding the
<%@ taglib prefix="c" uri="http://..." %>
tag to the jsp but IntelliJ is reporting the URL as not available, it is recognising the Spring-Web tag libs.
What do I need to include in maven to get the standard tag libs to recognise?
Thanks
Gerwood
请先登录再写评论。
jstl library does not have necessary tlds, you need to use another library
Gerwood Stewart wrote:
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
In addition to the JSTL dependency, something like:
-
taglibs standard 1.1.2 ]]>
-
-tt