<%
String msg = request.getParameter("msg");
if ("done".equals(msg)) {
%>
Leave Application Submitted Successfully!
<%}%>
<%
if ("wrong".equals(msg)) {
%>
Some thing went wrong! Try again!
<%}%>
<%
if ("statusUpdated".equals(msg)) {
%>
Leave Application status is updated
<%}%>