I have a JSP page as a Form,on submitting that form it goes to servlet.Servlet inserts values of form in Database.After insertion it redirects to JSP .
Now the problem is i want to display a message in JSP page after redirection that Records are inserted. And this message must be for some little time.
Please Help..