I am fairly new to both eclipse and myEclipse, so please bear with me. However, I think this is a real problem as I’ve seen similar threads (3794 for one). My problem is this:
When I include a jsp tag library, none of my tag variables resolve. For example, if I have:
<taggroup:mytag>
An example variable is <%=varDefinedInTag%>
</taggroup:mytag>
The “varDefinedInTag” variable gets an unresolved hollow red box in the right-hand vertical bar saying “unresolved variable varDefinedInTag”. However, everythign works fine and the variable is properly defined.
Why is this happening? Is it supposed to? Why are some error boxes solid while other are hollow? Can I turn this off?
Thanks,
Joe