I have a dynamic web project. My project contains a few JSP files. In some
of these files I've referenced a class that is defined in another project,
which was not in the web project's J2EE Module dependencies. After I add the
missing project the JSPs are still red. I think they are not refreshed
(recompiled with the dependant project). Is there any way to force it to do
so?
Zohar wrote:
> I have a dynamic web project. My project contains a few JSP files. In some
> of these files I've referenced a class that is defined in another project,
> which was not in the web project's J2EE Module dependencies. After I add the
> missing project the JSPs are still red. I think they are not refreshed
> (recompiled with the dependant project). Is there any way to force it to do
> so?
Use the "Validate" action on the navigator/package explorer's
context menu.