posted 14 years ago
I have a java script method say X which calls Java method say Y , method Y in java does some processing and returns a message. I want to show this message as an alert shown through javascript.
I tried searching in Goooooooogle but no answer, can anyone help me out to solve this.