Hello All
I have a utility class which has lot of static methods along with a static initialized. This static class is being used from the jsp.I changed the static class by changing the name of a method and recompiled it. Correspondingly, i changed the
jsp to reflect the new method. Ironically, the jsp was giving reporting method not found all the time. I got rid of the static initializer and the display the static initializer is still getting printer. I tried stoping the server (Weblogic) and starting it back many times but still the old version is the one that is loaded.
Can any one help me whats happening and what i can do to correct this problem
Thanks a bunch
Chandar