Newbie question ; JSTL Follow
Hi ,
How can I use JSTL tags in IDEA.
I would like to have code completion working. What I am geting now is "Cannot resolve symbol value..." message.
Thank you to help the beginner that I am
Hughes
Please sign in to leave a comment.
Uhm, not sure about what of the following is the minimal effort required to attain your goal, but I have:
1) jstl.jar mounted as a library jar
2) standard.jar (you can for example download it from jakarta's site, dont' remember exactly where)
3) the source code taken from the jakarta taglibs source bundle (this allows to step into the taglibs code while debugging)
Well, I've tried the "minimal" steps, and they don't exactly work as advertised.