TLD not resolved
I'm running the latest Pallada build (2051 right now) and TLDs don't seem to resolve properly. I have a web module, the web.xml version is set to 2.4, my tld is in WEB-INF and looks like this:
1.0
2.0
http://kevinj.develop.com/javaone
...
In my JSP I have
<%@ taglib uri="http://kevinj.develop.com/javaone" prefix="j" %>]]>
The only way I can get the TLD to resolve is if I register it as a resource. Is this a bug or is it expected?
Thanks
Please sign in to leave a comment.
This is very important. Do the Intellij folks read the Community forum? Should this post be on EAP?
In the old version of IDEA 3.x/4.x you had to enable the application as a web-app. And then IDEA had to be restarted.
To enable as web-app you had to change the project/settings.
/Claus