Hi
We have a project with a huge amount of JSP files.
When we change code in java beans the jsp’s which are dependant on the code are not being automatically recompiled.
e.g.
a JSP calls the method MyBean.getX()
We rename the method from getX to getY in the java file and save the java file
We expect myeclipseide to show an error in the JSP file but it doesn’t untill you either “clean” and thus rebuild the whole project, or manually run the MyEclipse Validators in the Project context menu MyEclipse->Run Validation which takes ages for the number of JSP’s that we have
Should MyEclipseIde not detect the dependancies (e.g. from the Java / class files which are created from compiling the jsp?)
I can supply a sample project with one jsp and one bean if necessary to reproduce the problem.
Eclipse 3.0.1 200409161125
MyEclipse 3.8.3 GA 200412061200-3.8.3
Tomcat 5.0.28
workspace Preferences JSP Validation ON
Project does NOT override workspace preferences
Hope you can help
Matthew Bond