Hello all,
I’m a fairly new user of MyEclipse and am pretty impressed with most everything I’ve seen. I’m working on several new custom JSP tags and I’ve run into the below problem each time.
I create a tag handler class and add the <tag> node to my existing TLD. When I attempt to use the new tag in my JSP, there is no auto completion for it, nor any other knowledge of it. If I restart Eclipse, it works fine. Any tags that were already in the TLD (and any off the shelf ones as well like Struts & JSTL) all work.
It seems I have to restart Eclipse to “commit” the new info. Is this pilot errror or a known issue? I searched the forums but couldn’t find any mention of this.
TIA & keep up the good work,
Chris