Here is the complete code.
<%@ page language="java" contentType="text/html;charset=euc-kr" %>
<%@ page import="com.ecm.utilities.bankAcc.TBankAccEnt" %>
<%@ page import="java.util.*,java.text.*" %>
<%@ page import="com.ecm.tools.TRefTabEnt" %>
<%@ page import="com.ecm.tools.TCombTabEnt" %>
<%@ page import="com.ecm.utilities.branch.TBranchEnt" %>
<%@ page import="com.ecm.utilities.coa.TChartOfAccEnt" %>
<%@ page import="core.util.*" %>
test1
<%@ page import="java.util.*,java.text.SimpleDateFormat" %>
test2
<%@ include file="/project/Util.js" %> //The execution is stopped here
test3
<%@ page import="core.presentation.ScreenBean" %>
When I go to the page, it is just blank. I added the test1, test2, test3 and found out that Util.js was the one that is causing the page to display blank because the test2 was displayed but not test3, the code did not passed the include file util.js. I viewed the source code via right-click>View Source and Util.js was incompletely written. There were certain parts of the JS file that did not show in the View Source.