When TLD's are not in WEB-INF in dev files
I'm using ANT to build my web application's WAR file and my TLD's are not in the normal WEB-INF directory relative to the JSP directory as they are when deployed.
Is there any way to tell Idea where they are so I can use the code completion features?
Thanks,
Greg
Please sign in to leave a comment.
hi,
you have to configure external resources.
ide setting - resources.
eike