EMV_SETLANG.jsp 625 Bytes
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<%@ page import="com.csc.library.entry.*" %>
<%@ page import="com.csc.library.system.*"%>
<%@ page import="com.csc.library.utilities.*" %>
<%@ page import="com.csc.library.database.*" %>
<%@ page import="com.csc.library.session.*" %>
<%@ include file="../CHECKPROFILE.jsp" %>
<jsp:useBean id="myprofile" class="com.csc.library.system.Task" scope="session"/>

<%
	myprofile.setChannel(request,response);
	myprofile.checkProfile();
	String lang=myprofile.getParameter("lang");
	String empid=myprofile.getUProfile().get("employeeid");
	String comid=myprofile.getUProfile().get("companyid");
	myprofile.setLangUProfile(lang);
%>