Commit f791040c authored by smestry's avatar smestry

Updated the jsp for Side panel


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104116 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 01c8263b
......@@ -15,9 +15,10 @@
String custName = (String) custList.get(11);
System.out.println("custName inside jsp ::: ["+ custName +"]");
String imgPath = customerDetailBean.getCustomerImage(custCode, custName);
String imgPath = customerDetailBean.getCustomerImage(custCode.trim(), custName.trim());
System.out.println("imgPath inside jsp ::: ["+ imgPath +"]");
%>
<!DOCTYPE html>
<html>
......@@ -25,6 +26,7 @@
<meta charset="utf-8">
<title>Customer Details</title>
<link type="text/css" rel="stylesheet" href="/ibase/webitm/css/sidePanelDisplay.css">
<%-- <link href="<%=request.getContextPath()%>/webitm/css/firmplan/firmplan.css" rel="stylesheet"/> --%>
</head>
<body>
<!-- <div class="firstDiv">Customer Details:</div> -->
......@@ -32,7 +34,7 @@
<tr>
<td class="highlight rght" colspan="2">
<div style = "float: left;">
<img src=<%=imgPath%> alt="Image Not Found" style="width: 30px;"></img>
<img src="<%=imgPath%>" alt="Image Not Found" style="width: 30px;"></img>
</div>
<div class="highlight strong-text" style = "float: left;margin-top: 8px;margin-left: 10px;">
<%= custName%>
......
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