You are not restarting Tomcat are you??? My guess is (feel free to correct me when i'm wrong) that when you change class B and not Page A then the old class B is still loaded by the current classloader so the old class B is still cached by the classloader and therefor the old reference ist still being addressed. If you change page A then a new class is created and the linkage for all used classes is reevaluated and such the classloader loads your new class.
Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
