Hello,
Sorry for the subject line.
I have a
JSP file inside which I'm having an AJAX call which opens another JSP as a dropdown on clicking.
One of the options in the dropdown JSP is "Save data". When I click here, it would save data in the database and return some true or false back to the JSP.
I want to show a temporary message "Saved successfully" on the JSP page after the method return. Can anyone suggest me methods to print a temporary message?
Thanks,
Aditya