0

in one of my jsp page button i kept validation using javascript, i kept code like:

alert("hai");

and i built my project, i got "hai" whenever the page is submitted.

later i changed the code in javascript to :

alert("hello");

and i have run the project, but im not getting "hello", instead of it im getting hia i.e previously written code.

im using myeclipse 8.6.
i thought its project file buildng problem n i have rebuilt it manually, but no result.

any help please

Jasper de Vries
  • 19,370
  • 6
  • 64
  • 102
phani_yelugula
  • 331
  • 1
  • 9
  • 14

1 Answers1

0

problem with Server.. restart server and run app...

if it still happen,,then go with new server

phani_yelugula
  • 331
  • 1
  • 9
  • 14