Commit c94acd2e authored by caluka's avatar caluka

jsp for Flight Booking link in StarClub Employee details.[W14BSUN003]


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@95147 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7a9cc23d
...@@ -15,7 +15,11 @@ GenericUtility genericUtility = GenericUtility.getInstance(); ...@@ -15,7 +15,11 @@ GenericUtility genericUtility = GenericUtility.getInstance();
SimpleDateFormat sdf; SimpleDateFormat sdf;
%> %>
<%
response.setHeader("Cache-Control","no-cache"); //HTTP 1.1
response.setHeader("Pragma","no-cache"); //HTTP 1.0
response.setDateHeader ("Expires", 0); //prevents caching at the proxy server
%>
<% <%
System.out.println("Calling empFlightInfo.jsp"); System.out.println("Calling empFlightInfo.jsp");
String sql=""; String sql="";
...@@ -49,10 +53,7 @@ SimpleDateFormat sdf; ...@@ -49,10 +53,7 @@ SimpleDateFormat sdf;
/* flightCode= rs.getString("flight_code"); */ /* flightCode= rs.getString("flight_code"); */
System.out.println( "@@@@@ flightCode :: ["+flightCode+"]" ); System.out.println( "@@@@@ flightCode :: ["+flightCode+"]" );
} }
rs.close(); rs.close();
rs = null; rs = null;
pstmt.close(); pstmt.close();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment