ciberperson
Programmer
Has anyone ever seen this before?
I have a form.jsp which calls a sendmail.jsp which calls my class- send(). The first time I ran the form I found a change I wanted to make inthe class file. Made the changed, recompiled and then ran the form again. Big surprise - I see the same error (typo on email address)!
I have made numerous changes, including editing out anything related to sending mail, to the class file, recompiled and nothing is changing the end result. I am running this in a portal on a Weblogic server and of course those apps may be the culprit, but there is no reference to this issue on either vendor site.
Does anyone have any suggestions or recommendations? BTW -this has not been corrected by GC - the same typo (wrong email address) persists even after 24 hours!
I have a form.jsp which calls a sendmail.jsp which calls my class- send(). The first time I ran the form I found a change I wanted to make inthe class file. Made the changed, recompiled and then ran the form again. Big surprise - I see the same error (typo on email address)!
I have made numerous changes, including editing out anything related to sending mail, to the class file, recompiled and nothing is changing the end result. I am running this in a portal on a Weblogic server and of course those apps may be the culprit, but there is no reference to this issue on either vendor site.
Does anyone have any suggestions or recommendations? BTW -this has not been corrected by GC - the same typo (wrong email address) persists even after 24 hours!