SyntaxFix
Write A Post
Hire A Developer
Questions
Add JSTL library as dependency to your project (javax.servlet.jsp.jstl.core.Config is a part of this package). For example, if you were using Gradle, you could write in a build.gradle:
javax.servlet.jsp.jstl.core.Config
dependencies { compile 'javax.servlet:jstl:1.2' }