Messages posted by forfake
[Logo]
ICEsoft.org Forums: ICEfaces, ICEmobile, ICEpdf
[Search] Search   [Recent Topics] Recent Topics   [Groups] Home Page | www.icesoft.org  [Login] Login 
Messages posted by: forfake  XML
Profile for forfake -> Messages posted by forfake [5]
Author Message
initially the jspx was--

<!--<%@taglib uri="http://www.icesoft.com/icefaces/component" prefix="ice"%>-->
<f:view xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:ice="http://www.icesoft.com/icefaces/component">

<ice:outputDeclaration doctypeRoot="HTML"
doctypePublic="-//W3C//DTD XHTML 1.0 Transitional//EN"
doctypeSystem="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" />

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<ice:outputStyle href='./css/globalSearch.css' />
<ice:outputStyle href='./css/subnav.css' />
<ice:outputStyle href='./css/bpstyleBD.css' />
<ice:outputStyle href='./css/bpcommon.css' />
<ice:outputStyle href='./css/balance.css' />
<ice:outputStyle href='./css/bpportal.css' />
<ice:outputStyle href='./css/bsportal.css' />
<ice:outputStyle href='./css/bpTibcoCommon.css' />
<ice:outputStyle href='./xmlhttp/css/xp/xp.css'/>
<script type="text/javascript">
function sort(sortCol){
if(searchResult){
var sortAttributeTxt = document.getElementById("searchResult:sortAttribute");
var sortValueTxt = document.getElementById("searchResult:sortValue");

var prevSortCol = sortAttributeTxt.value
var prevSortOrder = sortValueTxt.value;

sortAttributeTxt.value=sortCol;

var currentSortOrder = "ASC";
if(prevSortOrder != ""){
if(prevSortCol == sortCol){
if(prevSortOrder == "ASC") currentSortOrder = "DESC";
}
}
sortValueTxt.value=currentSortOrder;
}
}
</script>
<style>
.iceCalInput{
width: 75px;
}
</style>
</head>
<body>
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tbody>
<tr>
<td><img height="40" src="./img/globalcontextbar.gif"
width="100%" alt="" /></td>
</tr>
</tbody>
</table>
<ice:form id="searchResult" rendered="true">
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tbody>
<tr>
<td width="100%" height="25"><span class="sechdg">Delivery
Vs Payment Inquiry: </span>All Accounts</td>
<td width="13%" height="25"><span class="info"><strong>Output:</strong></span>
<img height="16" src="./img/iconExcel001.gif" width="16"
style="margin-right: 2px;margin-left: 5px;" alt="" /> <img
height="16" src="./img/iconPDF.gif" width="16"
style="margin-right: 2px" alt="" /> <img height="16"
src="./img/iconPrinter001.gif" width="16"
style="margin-right: 2px" alt="" /></td>
</tr>
<tr>
<td colspan="2">
<table cellspacing="0" cellpadding="0"
width="100%" border="0" height="65">
<tbody>
<tr>
<td align="left" bgcolor="#b5cbe7">
<table style="MARGIN-RIGHT: 2px" cellspacing="0"
cellpadding="0" border="0">
<tbody>
<tr>
<td class="style3" align="left" colspan="3">Security</td>
</tr>
<tr>
<td>
<ice:selectOneMenu id="securityType">
<f:selectItem itemValue="ADP" itemLabel="ADP" />
<f:selectItem itemValue="CUSIP" itemLabel="CUSIP" />
<f:selectItem itemValue="ISIN" itemLabel="ISIN" />
<f:selectItem itemValue="Symbol" itemLabel="Symbol" />
</ice:selectOneMenu>
</td>
<td>
<ice:inputText id="securityInput" value="#{searchResultBean.searchCriteriaBean.securityValue}" style="width:75px;"></ice:inputText>
</td>
<td align="left" height="18">
<ice:commandButton id="btnSecuritySubmit" image="./img/GO.gif" action="#{searchResultBean.searchAccounts}"/>
</td>
</tr>
</tbody>
</table>
</td>
<td align="left" bgcolor="#b5cbe7">
<table style="MARGIN-RIGHT: 2px" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td align="left">Account Ranges</td>
</tr>
<tr>
<td nowrap="nowrap" align="left">
<ice:inputText id="startRange" popupDateFormat="MMM d, yyyy" value="#{searchResultBean.searchCriteriaBean.accountRangeFrom}" style="width:100px;"/>
to
<ice:inputText id="endRange" value="#{searchResultBean.searchCriteriaBean.accountRangeTo}" style="width:100px;"/>
</td>
</tr>
</tbody>
</table>
</td>
<td align="left" bgcolor="#b5cbe7">
<table style="MARGIN-RIGHT: 2px" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td class="style3" align="left">Trade Date</td>
</tr>
<tr>
<td>
<ice:selectInputDate id="calendar1" renderAsPopup="true" styleClass="iceCalInput"/>
<ice:messages id="msgCalendar1" style="color: red" for="calendar1"/>
</td>
<td>
<ice:selectInputDate id="calendar2" renderAsPopup="true"/>
<ice:messages id="msgCalendar2" style="color: red" for="calendar2"/>
</td>
</tr>
</tbody>
</table>
</td>
<td align="left" bgcolor="#b5cbe7">
<table style="MARGIN-RIGHT: 2px" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td class="style3" align="left">Settlement Date</td>
</tr>
<tr>
<td>
<ice:selectInputDate id="calendar3" renderAsPopup="true"/>
<ice:messages id="msgCalendar3" style="color: red" for="calendar3"/>
</td>
<td>
<ice:selectInputDate id="calendar4" renderAsPopup="true"/>
<ice:messages id="msgCalendar4" style="color: red" for="calendar4"/>
</td>
<td>
<ice:commandButton id="btnSecuritySubmit1" action="#{searchResultBean.searchAccounts}" image="./img/GO.gif"/>
</td>
</tr>
</tbody>
</table>
</td>
<td class="summaryBlue" align="right" width="9%">
<img height="33" src="./img/advancedfilters.gif" width="65" alt=""/>
</td>
</tr>
<tr>
<td align="left" bgcolor="#b5cbe7" colspan="5">
<table cellspacing="0" cellpadding="0" width="100%"
border="0">
<tbody>
<tr>
<td align="left" height="25"><span class="balkvAccountLabel">Status:</span>
<ice:selectBooleanCheckbox id="status_affirmed" value="#{searchResultBean.searchCriteriaBean.status_affirmed}"></ice:selectBooleanCheckbox>
Affirmed Unaffirmed
<ice:selectBooleanCheckbox id="status_dks" value="#{searchResultBean.searchCriteriaBean.status_dks}"></ice:selectBooleanCheckbox>
DKs
<span class="balkvAccountLabel">Side:</span>
<ice:selectBooleanCheckbox id="action_buys" value="#{searchResultBean.searchCriteriaBean.action_buys}"></ice:selectBooleanCheckbox>
Buys
<ice:selectBooleanCheckbox id="action_sells" value="#{searchResultBean.searchCriteriaBean.action_sells}"></ice:selectBooleanCheckbox>
Sells
<span class="balkvAccountLabel" style="margin-left: 5px">Number of Rows in a page: </span>
<ice:inputText id="numberOfRowsPerPage" value="#{searchResultBean.numberOfRowsPerPage}"/>
<span class="balkvAccountLabel" style="margin-left: 2px; margin-right: 2px;">Firm ID: </span>
<ice:inputText id="firmId" value="#{searchResultBean.searchCriteriaBean.firmId}"/>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td colspan="5">
<table cellspacing="0" cellpadding="0" width="100%" border="0"
bgcolor="#cccccc" height="25" style="margin-top: 5px">
<tr>
<td width="60%" align="left"><strong> <ice:outputText
value="Summary Report"></ice:outputText> </strong></td>
<td align="right" width="40%"><strong>View as of: </strong>
<ice:outputText value="">
<f:convertDateTime pattern="hh:mm a z dd-MMM-yy" />
</ice:outputText></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="5">
<h:inputHidden id="sortAttribute" value="#{searchResultBean.sortAttribute}"/>
<h:inputHidden id="sortValue" value="#{searchResultBean.sortValue}"/>
<h:inputHidden id="selectedId" value="#{searchResultBean.selectedId}"/>
<ice:panelGroup id="summaryReport" >
<ice:dataTable id="accountTable" value="#{searchResultBean.resultList}" var="acc" rows="#{searchResultBean.numberOfRowsPerPage}" scrollable="true" scrollHeight="200px" rendered="true" style="float:left;cursor: pointer" width="0" resizable="false" columnWidths="100px,100px,100px,100px,100px,100px,100px,100px,100px,100px,100px">
<ice:column id="actionCode" name="header">
<ice:rowSelector id="selected" value="#{acc.selected}" selectionAction="#{searchResultBean.selectRow}"/>
<f:facet name="header">
<ice:commandLink onclick="sort('BuySellIndicator')" action="#{searchResultBean.sortAccounts}" value="Action Code"></ice:commandLink>
</f:facet>
<ice:outputText value="#{acc.actionCode}"/>
</ice:column>
<ice:column name="header" >
<f:facet name="header">
<ice:commandSortHeader id="rrNumSH" columnName="col_rrNum">
<ice:outputText value="RR No."></ice:outputText>
</ice:commandSortHeader>
</f:facet>
<ice:outputText value="#{acc.rrNum}" />
</ice:column>
<ice:column id="accountCode" name="header" >
<f:facet name="header">
<ice:commandLink onclick="sort('AccountNumber')" action="#{searchResultBean.sortAccounts}" value="Account"></ice:commandLink>
</f:facet>
<ice:outputText value="#{acc.accountCode}" />
</ice:column>
<ice:column id="quantity" name="header" >
<f:facet name="header">
<ice:commandLink onclick="sort('Quantity')" action="#{searchResultBean.sortAccounts}" value="Quantity"></ice:commandLink>
</f:facet>
<ice:outputText value="#{acc.quantity}"><f:convertNumber pattern="###,###,###.##" /></ice:outputText>
</ice:column>
<ice:column id="cusip" name="header" >
<f:facet name="header">
<ice:commandLink onclick="sort('CUSIP')" action="#{searchResultBean.sortAccounts}" value="CUSIP"></ice:commandLink>
</f:facet>
<ice:outputText value="#{acc.cusip}" />
</ice:column>
<ice:column id="symbol" name="header" >
<f:facet name="header">
<ice:commandLink onclick="sort('Symbol')" action="#{searchResultBean.sortAccounts}" value="Symbol"></ice:commandLink>
</f:facet>
<ice:outputText value="#{acc.symbol}" />
</ice:column>
<ice:column id="currency" name="header" >
<f:facet name="header">
<ice:commandLink onclick="sort('Currency')" action="#{searchResultBean.sortAccounts}" value="Currency"></ice:commandLink>
</f:facet>
<ice:outputText value="#{acc.currency}" />
</ice:column>
<ice:column id="amount" name="header" >
<f:facet name="header">
<ice:commandLink onclick="sort('Amount')" action="#{searchResultBean.sortAccounts}" value="Amount"></ice:commandLink>
</f:facet>
<ice:outputText value="#{acc.amount}"><f:convertNumber type="currency" /></ice:outputText>
</ice:column>
<ice:column id="exposure" name="header" >
<f:facet name="header">
<ice:commandLink onclick="sort('Exposure')" action="#{searchResultBean.sortAccounts}" value="Exposure ($)"></ice:commandLink>
</f:facet>
<ice:outputText value="#{acc.exposure}"><f:convertNumber type="currency" /></ice:outputText>
</ice:column>
<ice:column id="settlementDate" name="header" >
<f:facet name="header">
<ice:commandLink onclick="sort('SettlementDate')" action="#{searchResultBean.sortAccounts}" value="Settlement Date"></ice:commandLink>
</f:facet>
<ice:outputText value="#{acc.settlementDate}"><f:convertDateTime pattern="MM/dd/yyyy" /></ice:outputText>
</ice:column>
<ice:column id="status" name="header" >
<f:facet name="header">
<ice:commandLink onclick="sort('Status')" action="#{searchResultBean.sortAccounts}" value="Status"></ice:commandLink>
</f:facet>
<ice:outputText value="#{acc.status}" />
</ice:column>
</ice:dataTable>
</ice:panelGroup>
</td>
</tr>
<tr style="margin-top: 10px">
<td colspan="5">
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td align="left" style="padding-left: 10px"><ice:commandLink style="text-decoration: underline" value="<<-- Previous page" action="#{searchResultBean.previousPage}"/>
</td>
<td align="right" style="padding-right: 10px"><ice:commandLink style="text-decoration: underline" value="Next Page -->>" action="#{searchResultBean.nextPage}"/>
</td>
</tr>
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="5">
<table cellspacing="0" cellpadding="0" width="100%" border="0" bgcolor="#cccccc" height="25" style="margin-top: 5px">
<tr>
<td class="grandTotal" width="51%">
<strong></strong></td>
<td class="grandTotal" width="49%">
<strong>Total Negative Exposure: [</strong>(<ice:outputText value="#{searchResultBean.headerBean.totalNegativeExposure}">
<f:convertNumber pattern="###,###,###.##" />
</ice:outputText>)<strong>] USD</strong>
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tbody>
<tr>
<td colspan="2" width="100%">
<table class="border1px" cellspacing="0" cellpadding="5" width="100%" border="0">
<tbody>
<tr>
<td width="86%" height="25">
<ice:graphicImage width="16" alt="" url="./img/collapse.gif"></ice:graphicImage> [<ice:outputLabel>
<ice:outputText value="Details Account: " />
<ice:outputText id="accountCode" value="#{searchResultBean.accountDetails.accountCode}" />
<ice:outputText value="Security : " />
<ice:outputText id="security" value="#{searchResultBean.headerBean.security}" />
</ice:outputLabel>]
</td>
<td width="14%" bgcolor="#ffffff" height="25">
<strong><ice:outputText value="Output: " /></strong>
<ice:graphicImage height="16" width="16" alt="" url="./img/iconPDF.gif"></ice:graphicImage>
<ice:graphicImage height="16" width="16" alt="" url="./img/iconPrinter001.gif"></ice:graphicImage>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td colspan="2">
<table class="border1px" cellspacing="0" cellpadding="0" width="100%" border="0" bgcolor="#b5cbe7">
<tbody>
<tr>
<td valign="top" width="49%">
<table cellspacing="0" cellpadding="5" width="100%" border="0">
<tbody>
<tr>
<td valign="top" width="35%" class="resultDetails" height="53">
<ice:outputText styleClass="balkvAccountLabel" value=" Account Name and Address:"></ice:outputText>
</td>
<td align="left" width="65%" class="resultDetails" height="53">
<ice:inputTextarea id="accountAddress" rows="3" value=""></ice:inputTextarea>
</td>
</tr>
</tbody>
</table>
</td>
<td width="51%">
<table cellspacing="0" cellpadding="5" width="100%" border="0">
<tbody>
<tr>
<td valign="top" width="28%" class="resultDetails" height="53">
<ice:outputText styleClass="balkvAccountLabel" value="Settlement Instructions:" />
</td>
<td align="left" width="72%" class="resultDetails" height="53">
<ice:inputTextarea id="settlementInstruction" rows="3" value="" />
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td height="10">
</td>
</tr>
<tr>
<td>
<ice:panelTabSet>
<ice:panelTab id="tab1" label="Trade Details">
<table class="border1px" cellspacing="0" cellpadding="0" width="100%" border="0">
<tbody>
<tr>
<td valign="top" width="25%" class="resultDetails">
<table cellspacing="0" cellpadding="5" width="100%" border="0">
<tbody>
<tr>
<td height="20"><ice:outputText styleClass="balkvAccountLabel" value="Branch #:"/></td>
<td><ice:outputText id="branchId" value="#{searchResultBean.tradeDetailsBean.branchNumber}"/></td>
</tr>
<tr>
<td height="20"><ice:outputText styleClass="balkvAccountLabel" value="Buy/Sell:"/></td>
<td><ice:outputText id="actionCode" value="#{searchResultBean.tradeDetailsBean.buySellIndicator}"/></td>
</tr>
<tr>
<td height="20"><ice:outputText styleClass="balkvAccountLabel" value="Quantity:"/></td>
<td><ice:outputText id="quantity" value="#{searchResultBean.tradeDetailsBean.dvpiQuantity}"/></td>
</tr>
<tr>
<td height="20"><ice:outputText styleClass="balkvAccountLabel" value="Amount:"/></td>
<td><ice:outputText id="amount" value="#{searchResultBean.tradeDetailsBean.dvpiAmount}"/></td>
</tr>
<tr>
<td height="20"><ice:outputText styleClass="balkvAccountLabel" value="Exposure:"/></td>
<td><ice:outputText id="exposure" value="#{searchResultBean.tradeDetailsBean.dvpiExposure}"/></td>
</tr>
<tr>
<td height="20"><ice:outputText styleClass="balkvAccountLabel" value="Security Name:"/></td>
<td><ice:outputText id="securityId" value="#{searchResultBean.tradeDetailsBean.securityName}"/></td>
</tr>
</tbody>
</table>
</td>
<td valign="top" width="25%" class="resultDetails">
<table cellspacing="0" cellpadding="5" width="100%" border="0">
<tbody>
<tr>
<td height="20"><ice:outputText styleClass="balkvAccountLabel" value="Inst. ID No.:"/></td>
<td><ice:outputText id="instIdNo" value="#{searchResultBean.tradeDetailsBean.institutionId}"/></td>
</tr>
<tr>
<td height="20"><ice:outputText styleClass="balkvAccountLabel" value="Tag No.:"/></td>
<td><ice:outputText id="tagNo" value="#{searchResultBean.tradeDetailsBean.tagNum}"/></td>
</tr>
<tr>
<td height="20"><ice:outputText styleClass="balkvAccountLabel" value="DTC Control No.:"/></td>
<td><ice:outputText id="dtcControlNum" value="#{searchResultBean.tradeDetailsBean.DTCControlNum}"/></td>
</tr>
<tr>
<td height="20"><ice:outputText styleClass="balkvAccountLabel" value="Trade Date:"/></td>
<td><ice:outputText id="tradeDate" value="#{searchResultBean.tradeDetailsBean.tradeDate}"/></td>
</tr>
<tr>
<td height="20"><ice:outputText styleClass="balkvAccountLabel" value="Status:"/></td>
<td><ice:outputText id="status" value="#{searchResultBean.tradeDetailsBean.status}"/></td>
</tr>
<tr>
<td height="20"><ice:outputText styleClass="balkvAccountLabel" value="DK Message:"/></td>
<td><ice:outputText id="dkMessage" value="#{searchResultBean.tradeDetailsBean.DKMessage}"/></td>
</tr>
</tbody>
</table>
</td>
<td valign="top" width="25%" class="resultDetails">
<table cellspacing="0" cellpadding="5" width="100%" border="0">
<tbody>
<tr>
<td height="20"><ice:outputText styleClass="balkvAccountLabel" value="CUSIP/ADP:"/></td>
<td><ice:outputText id="cusip" value="#{searchResultBean.tradeDetailsBean.cusip}"/></td>
</tr>
<tr>
<td height="20"><ice:outputText styleClass="balkvAccountLabel" value="ISIN:"/></td>
<td><ice:outputText id="isin" value="#{searchResultBean.tradeDetailsBean.isin}"/></td>
</tr>
<tr>
<td height="20"><ice:outputText styleClass="balkvAccountLabel" value="Currency:"/></td>
<td><ice:outputText id="currency" value="#{searchResultBean.tradeDetailsBean.currency}"/></td>
</tr>
<tr>
<td height="20"><ice:outputText styleClass="balkvAccountLabel" value="Settlement Date:"/></td>
<td><ice:outputText id="settlementDate" value="#{searchResultBean.tradeDetailsBean.settlementDate}"/></td>
</tr>
<tr>
<td height="20"><ice:outputText styleClass="balkvAccountLabel" value="Special Instruction:"/></td>
<td><ice:outputText id="specialInstruction" value="#{searchResultBean.tradeDetailsBean.specialInstruction}"/></td>
</tr>
</tbody>
</table>
</td>
<td valign="top" width="25%" class="resultDetails">
<table cellspacing="0" cellpadding="5" width="100%" border="0">
<tbody>
<tr>
<td height="20"><ice:outputText styleClass="balkvAccountLabel" value="Symbol/Sedol:"/></td>
<td><ice:outputText id="symbol" value="#{searchResultBean.tradeDetailsBean.symbol}"/></td>
</tr>
<tr>
<td class="balkvAccountLabel" height="20"></td>
<td class="balPreferredView" height="20"></td>
</tr>
<tr>
<td height="20"><ice:outputText styleClass="balkvAccountLabel" value="Blotter:"/></td>
<td><ice:outputText id="blotter" value="#{searchResultBean.tradeDetailsBean.blotter}"/></td>
</tr>
<tr>
<td class="balkvAccountLabel" height="20"></td>
<td class="balPreferredView" height="20"></td>
</tr>
<tr>
<td height="20"><ice:outputText styleClass="balkvAccountLabel" value="Bypass SID:"/></td>
<td><ice:outputText id="bypassSid" value="#{searchResultBean.tradeDetailsBean.bypassSid}"/></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</ice:panelTab>
<ice:panelTab id="tab2" label="DTC Confirmation Details">
<table class="border1px" cellspacing="0" cellpadding="0" width="100%" border="0">
<tbody>
<tr>
<td valign="top" width="25%" class="resultDetails">
<table cellspacing="0" cellpadding="5" width="25%" border="0">
<tbody>
<tr>
<td height="20"><ice:outputText styleClass="balkvAccountLabel" value="DTC #:"/></td>
<td><ice:outputText id="dtcId" value="#{searchResultBean.accountDetails.dtcControlNum}"/></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</ice:panelTab>
<ice:panelTab id="tab3" label="Account Details">
<table class="border1px" cellspacing="0" cellpadding="0" width="100%" border="0">
<tbody>
<tr>
<td valign="top" width="25%" class="resultDetails">
<table cellspacing="0" cellpadding="5" width="25%" border="0">
<tbody>
<tr>
<td height="20"><ice:outputText styleClass="balkvAccountLabel" value="Account #:"/></td>
<td><ice:outputText id="detailsAccountCode" value="#{searchResultBean.accountDetails.accountCode}"/></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</ice:panelTab>
</ice:panelTabSet>
</td>
</tr>
<tr>
<td height="10">
</td>
</tr>
</tbody>
</table>
</ice:form>
</body>
</html>
</f:view>



now I have made it - -

<!--<%@taglib uri="http://www.icesoft.com/icefaces/component" prefix="ice"%>-->
<f:view xmlns:f="http://java.sun.com/jsf/core"

xmlns:h="http://java.sun.com/jsf/html">





<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="../css/bpTibcoCommon.css" type="text/css" rel="stylesheet"/>
<link href="../css/globalSearch.css" type="text/css" rel="stylesheet"/>
<link href="../css/subnav.css" type="text/css" rel="stylesheet"/>
<link href="../css/bpstyleBD.css" type="text/css" rel="stylesheet"/>
<link href="../css/bpcommon.css" type="text/css" rel="stylesheet"/>
<link href="../css/balance.css" type="text/css" rel="stylesheet"/>
<link href="../css/bpportal.css" type="text/css" rel="stylesheet"/>
<link href="../css/bsportal.css" type="text/css" rel="stylesheet"/>
<script type="text/javascript">
function sort(sortCol){
if(searchResult){
var sortAttributeTxt = document.getElementById("searchResult:sortAttribute");
var sortValueTxt = document.getElementById("searchResult:sortValue");

var prevSortCol = sortAttributeTxt.value
var prevSortOrder = sortValueTxt.value;

sortAttributeTxt.value=sortCol;

var currentSortOrder = "ASC";
if(prevSortOrder != ""){
if(prevSortCol == sortCol){
if(prevSortOrder == "ASC") currentSortOrder = "DESC";
}
}
sortValueTxt.value=currentSortOrder;
}
}
</script>
<style>
.iceCalInput{
width: 75px;
}
</style>
</head>
<body>
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tbody>
<tr>
<td><img height="40" src="./img/globalcontextbar.gif"
width="100%" alt="" /></td>
</tr>
</tbody>
</table>
<h:form id="searchResult" rendered="true">
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tbody>
<tr>
<td width="100%" height="25"><span class="sechdg">Delivery
Vs Payment Inquiry: </span>All Accounts</td>
<td width="13%" height="25"><span class="info"><strong>Output:</strong></span>
<img height="16" src="./img/iconExcel001.gif" width="16"
style="margin-right: 2px;margin-left: 5px;" alt="" /> <img
height="16" src="./img/iconPDF.gif" width="16"
style="margin-right: 2px" alt="" /> <img height="16"
src="./img/iconPrinter001.gif" width="16"
style="margin-right: 2px" alt="" /></td>
</tr>
<tr>
<td colspan="2">
<table cellspacing="0" cellpadding="0"
width="100%" border="0" height="65">
<tbody>
<tr>
<td align="left" bgcolor="#b5cbe7">
<table style="MARGIN-RIGHT: 2px" cellspacing="0"
cellpadding="0" border="0">
<tbody>
<tr>
<td class="style3" align="left" colspan="3">Security</td>
</tr>
<tr>
<td>
<h:selectOneMenu id="securityType">
<f:selectItem itemValue="ADP" itemLabel="ADP" />
<f:selectItem itemValue="CUSIP" itemLabel="CUSIP" />
<f:selectItem itemValue="ISIN" itemLabel="ISIN" />
<f:selectItem itemValue="Symbol" itemLabel="Symbol" />
</h:selectOneMenu>
</td>
<td>
<h:inputText id="securityInput" value="#{searchResultBean.searchCriteriaBean.securityValue}" style="width:75px;"></h:inputText>
</td>
<td align="left" height="18">
<h:commandButton id="btnSecuritySubmit" image="./img/GO.gif" action="#{searchResultBean.searchAccounts}"/>
</td>
</tr>
</tbody>
</table>
</td>
<td align="left" bgcolor="#b5cbe7">
<table style="MARGIN-RIGHT: 2px" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td align="left">Account Ranges</td>
</tr>
<tr>
<td nowrap="nowrap" align="left">
<h:inputText id="startRange" popupDateFormat="MMM d, yyyy" value="#{searchResultBean.searchCriteriaBean.accountRangeFrom}" style="width:100px;"/>
to
<h:inputText id="endRange" value="#{searchResultBean.searchCriteriaBean.accountRangeTo}" style="width:100px;"/>
</td>
</tr>
</tbody>
</table>
</td>
<td align="left" bgcolor="#b5cbe7">
<table style="MARGIN-RIGHT: 2px" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td class="style3" align="left">Trade Date</td>
</tr>

</tbody>
</table>
</td>
<td align="left" bgcolor="#b5cbe7">
<table style="MARGIN-RIGHT: 2px" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td class="style3" align="left">Settlement Date</td>
</tr>
<tr>

<td>
<h:commandButton id="btnSecuritySubmit1" action="#{searchResultBean.searchAccounts}" image="./img/GO.gif"/>
</td>
</tr>
</tbody>
</table>
</td>
<td class="summaryBlue" align="right" width="9%">
<img height="33" src="./img/advancedfilters.gif" width="65" alt=""/>
</td>
</tr>
<tr>
<td align="left" bgcolor="#b5cbe7" colspan="5">
<table cellspacing="0" cellpadding="0" width="100%"
border="0">
<tbody>
<tr>
<td align="left" height="25"><span class="balkvAccountLabel">Status:</span>
<h:selectBooleanCheckbox id="status_affirmed" value="#{searchResultBean.searchCriteriaBean.status_affirmed}"></h:selectBooleanCheckbox>
Affirmed Unaffirmed
<h:selectBooleanCheckbox id="status_dks" value="#{searchResultBean.searchCriteriaBean.status_dks}"></h:selectBooleanCheckbox>
DKs
<span class="balkvAccountLabel">Side:</span>
<h:selectBooleanCheckbox id="action_buys" value="#{searchResultBean.searchCriteriaBean.action_buys}"></h:selectBooleanCheckbox>
Buys
<h:selectBooleanCheckbox id="action_sells" value="#{searchResultBean.searchCriteriaBean.action_sells}"></h:selectBooleanCheckbox>
Sells
<span class="balkvAccountLabel" style="margin-left: 5px">Number of Rows in a page: </span>
<h:inputText id="numberOfRowsPerPage" value="#{searchResultBean.numberOfRowsPerPage}"/>
<span class="balkvAccountLabel" style="margin-left: 2px; margin-right: 2px;">Firm ID: </span>
<h:inputText id="firmId" value="#{searchResultBean.searchCriteriaBean.firmId}"/>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td colspan="5">
<table cellspacing="0" cellpadding="0" width="100%" border="0"
bgcolor="#cccccc" height="25" style="margin-top: 5px">
<tr>
<td width="60%" align="left"><strong>
<h:outputText
value="Summary Report"></h:outputText> </strong></td>
<td align="right" width="40%"><strong>View as of: </strong>
<h:outputText value="">
<f:convertDateTime pattern="hh:mm a z dd-MMM-yy" />
</h:outputText></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="5">
<h:inputHidden id="sortAttribute" value="#{searchResultBean.sortAttribute}"/>
<h:inputHidden id="sortValue" value="#{searchResultBean.sortValue}"/>
<h:inputHidden id="selectedId" value="#{searchResultBean.selectedId}"/>
<h:panelGroup id="summaryReport" >
<h:dataTable id="accountTable" value="#{searchResultBean.resultList}" var="acc" rows="#{searchResultBean.numberOfRowsPerPage}" scrollable="true" scrollHeight="200px" rendered="true" style="float:left;cursor: pointer" width="0" resizable="false" columnWidths="100px,100px,100px,100px,100px,100px,100px,100px,100px,100px,100px">
<h:column id="actionCode" name="header">
<f:facet name="header">
<h:commandLink onclick="sort('BuySellIndicator')" action="#{searchResultBean.sortAccounts}" value="Action Code"></h:commandLink>
</f:facet>
<h:outputText value="#{acc.actionCode}"/>
</h:column>
<h:column name="header" >
<f:facet name="header">

<h:outputText value="RR No."></h:outputText>
</f:facet>
<h:outputText value="#{acc.rrNum}" />
</h:column>
<h:column id="accountCode" name="header" >
<f:facet name="header">
<h:commandLink onclick="sort('AccountNumber')" action="#{searchResultBean.sortAccounts}" value="Account"></h:commandLink>
</f:facet>
<h:outputText value="#{acc.accountCode}" />
</h:column>
<h:column id="quantity" name="header" >
<f:facet name="header">
<h:commandLink onclick="sort('Quantity')" action="#{searchResultBean.sortAccounts}" value="Quantity"></h:commandLink>
</f:facet>
<h:outputText value="#{acc.quantity}"><f:convertNumber pattern="###,###,###.##" /></h:outputText>
</h:column>
<h:column id="cusip" name="header" >
<f:facet name="header">
<h:commandLink onclick="sort('CUSIP')" action="#{searchResultBean.sortAccounts}" value="CUSIP"></h:commandLink>
</f:facet>
<h:outputText value="#{acc.cusip}" />
</h:column>
<h:column id="symbol" name="header" >
<f:facet name="header">
<h:commandLink onclick="sort('Symbol')" action="#{searchResultBean.sortAccounts}" value="Symbol"></h:commandLink>
</f:facet>
<h:outputText value="#{acc.symbol}" />
</h:column>
<h:column id="currency" name="header" >
<f:facet name="header">
<h:commandLink onclick="sort('Currency')" action="#{searchResultBean.sortAccounts}" value="Currency"></h:commandLink>
</f:facet>
<h:outputText value="#{acc.currency}" />
</h:column>
<h:column id="amount" name="header" >
<f:facet name="header">
<h:commandLink onclick="sort('Amount')" action="#{searchResultBean.sortAccounts}" value="Amount"></h:commandLink>
</f:facet>
<h:outputText value="#{acc.amount}"><f:convertNumber type="currency" /></h:outputText>
</h:column>
<h:column id="exposure" name="header" >
<f:facet name="header">
<h:commandLink onclick="sort('Exposure')" action="#{searchResultBean.sortAccounts}" value="Exposure ($)"></h:commandLink>
</f:facet>
<h:outputText value="#{acc.exposure}"><f:convertNumber type="currency" /></h:outputText>
</h:column>
<h:column id="settlementDate" name="header" >
<f:facet name="header">
<h:commandLink onclick="sort('SettlementDate')" action="#{searchResultBean.sortAccounts}" value="Settlement Date"></h:commandLink>
</f:facet>
<h:outputText value="#{acc.settlementDate}"><f:convertDateTime pattern="MM/dd/yyyy" /></h:outputText>
</h:column>
<h:column id="status" name="header" >
<f:facet name="header">
<h:commandLink onclick="sort('Status')" action="#{searchResultBean.sortAccounts}" value="Status"></h:commandLink>
</f:facet>
<h:outputText value="#{acc.status}" />
</h:column>
</h:dataTable>
</h:panelGroup>
</td>
</tr>
<tr style="margin-top: 10px">
<td colspan="5">
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td align="left" style="padding-left: 10px"><h:commandLink style="text-decoration: underline" value="<<-- Previous page" action="#{searchResultBean.previousPage}"/>
</td>
<td align="right" style="padding-right: 10px"><h:commandLink style="text-decoration: underline" value="Next Page -->>" action="#{searchResultBean.nextPage}"/>
</td>
</tr>
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="5">
<table cellspacing="0" cellpadding="0" width="100%" border="0" bgcolor="#cccccc" height="25" style="margin-top: 5px">
<tr>
<td class="grandTotal" width="51%">
<strong></strong></td>
<td class="grandTotal" width="49%">
<strong>Total Negative Exposure: [</strong>(<h:outputText value="#{searchResultBean.headerBean.totalNegativeExposure}">
<f:convertNumber pattern="###,###,###.##" />
</h:outputText>)<strong>] USD</strong>
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tbody>
<tr>
<td colspan="2" width="100%">
<table class="border1px" cellspacing="0" cellpadding="5" width="100%" border="0">
<tbody>
<tr>
<td width="86%" height="25">
<h:graphicImage width="16" alt="" url="./img/collapse.gif"></h:graphicImage> [<h:outputLabel>
<h:outputText value="Details Account: " />
<h:outputText id="accountCode" value="#{searchResultBean.accountDetails.accountCode}" />
<h:outputText value="Security : " />
<h:outputText id="security" value="#{searchResultBean.headerBean.security}" />
</h:outputLabel>]
</td>
<td width="14%" bgcolor="#ffffff" height="25">
<strong><h:outputText value="Output: " /></strong>
<h:graphicImage height="16" width="16" alt="" url="./img/iconPDF.gif"></h:graphicImage>
<h:graphicImage height="16" width="16" alt="" url="./img/iconPrinter001.gif"></h:graphicImage>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td colspan="2">
<table class="border1px" cellspacing="0" cellpadding="0" width="100%" border="0" bgcolor="#b5cbe7">
<tbody>
<tr>
<td valign="top" width="49%">
<table cellspacing="0" cellpadding="5" width="100%" border="0">
<tbody>
<tr>
<td valign="top" width="35%" class="resultDetails" height="53">
<h:outputText styleClass="balkvAccountLabel" value=" Account Name and Address:"></h:outputText>
</td>
<td align="left" width="65%" class="resultDetails" height="53">
<h:inputTextarea id="accountAddress" rows="3" value=""></h:inputTextarea>
</td>
</tr>
</tbody>
</table>
</td>
<td width="51%">
<table cellspacing="0" cellpadding="5" width="100%" border="0">
<tbody>
<tr>
<td valign="top" width="28%" class="resultDetails" height="53">
<h:outputText styleClass="balkvAccountLabel" value="Settlement Instructions:" />
</td>
<td align="left" width="72%" class="resultDetails" height="53">
<h:inputTextarea id="settlementInstruction" rows="3" value="" />
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td height="10">
</td>
</tr>
<tr>
<td>
<h:panelTabSet>
<h:panelTab id="tab1" label="Trade Details">
<table class="border1px" cellspacing="0" cellpadding="0" width="100%" border="0">
<tbody>
<tr>
<td valign="top" width="25%" class="resultDetails">
<table cellspacing="0" cellpadding="5" width="100%" border="0">
<tbody>
<tr>
<td height="20"><h:outputText styleClass="balkvAccountLabel" value="Branch #:"/></td>
<td><h:outputText id="branchId" value="#{searchResultBean.tradeDetailsBean.branchNumber}"/></td>
</tr>
<tr>
<td height="20"><h:outputText styleClass="balkvAccountLabel" value="Buy/Sell:"/></td>
<td><h:outputText id="actionCode" value="#{searchResultBean.tradeDetailsBean.buySellIndicator}"/></td>
</tr>
<tr>
<td height="20"><h:outputText styleClass="balkvAccountLabel" value="Quantity:"/></td>
<td><h:outputText id="quantity" value="#{searchResultBean.tradeDetailsBean.dvpiQuantity}"/></td>
</tr>
<tr>
<td height="20"><h:outputText styleClass="balkvAccountLabel" value="Amount:"/></td>
<td><h:outputText id="amount" value="#{searchResultBean.tradeDetailsBean.dvpiAmount}"/></td>
</tr>
<tr>
<td height="20"><h:outputText styleClass="balkvAccountLabel" value="Exposure:"/></td>
<td><h:outputText id="exposure" value="#{searchResultBean.tradeDetailsBean.dvpiExposure}"/></td>
</tr>
<tr>
<td height="20"><h:outputText styleClass="balkvAccountLabel" value="Security Name:"/></td>
<td><h:outputText id="securityId" value="#{searchResultBean.tradeDetailsBean.securityName}"/></td>
</tr>
</tbody>
</table>
</td>
<td valign="top" width="25%" class="resultDetails">
<table cellspacing="0" cellpadding="5" width="100%" border="0">
<tbody>
<tr>
<td height="20"><h:outputText styleClass="balkvAccountLabel" value="Inst. ID No.:"/></td>
<td><h:outputText id="instIdNo" value="#{searchResultBean.tradeDetailsBean.institutionId}"/></td>
</tr>
<tr>
<td height="20"><h:outputText styleClass="balkvAccountLabel" value="Tag No.:"/></td>
<td><h:outputText id="tagNo" value="#{searchResultBean.tradeDetailsBean.tagNum}"/></td>
</tr>
<tr>
<td height="20"><h:outputText styleClass="balkvAccountLabel" value="DTC Control No.:"/></td>
<td><h:outputText id="dtcControlNum" value="#{searchResultBean.tradeDetailsBean.DTCControlNum}"/></td>
</tr>
<tr>
<td height="20"><h:outputText styleClass="balkvAccountLabel" value="Trade Date:"/></td>
<td><h:outputText id="tradeDate" value="#{searchResultBean.tradeDetailsBean.tradeDate}"/></td>
</tr>
<tr>
<td height="20"><h:outputText styleClass="balkvAccountLabel" value="Status:"/></td>
<td><h:outputText id="status" value="#{searchResultBean.tradeDetailsBean.status}"/></td>
</tr>
<tr>
<td height="20"><h:outputText styleClass="balkvAccountLabel" value="DK Message:"/></td>
<td><h:outputText id="dkMessage" value="#{searchResultBean.tradeDetailsBean.DKMessage}"/></td>
</tr>
</tbody>
</table>
</td>
<td valign="top" width="25%" class="resultDetails">
<table cellspacing="0" cellpadding="5" width="100%" border="0">
<tbody>
<tr>
<td height="20"><h:outputText styleClass="balkvAccountLabel" value="CUSIP/ADP:"/></td>
<td><h:outputText id="cusip" value="#{searchResultBean.tradeDetailsBean.cusip}"/></td>
</tr>
<tr>
<td height="20"><h:outputText styleClass="balkvAccountLabel" value="ISIN:"/></td>
<td><h:outputText id="isin" value="#{searchResultBean.tradeDetailsBean.isin}"/></td>
</tr>
<tr>
<td height="20"><h:outputText styleClass="balkvAccountLabel" value="Currency:"/></td>
<td><h:outputText id="currency" value="#{searchResultBean.tradeDetailsBean.currency}"/></td>
</tr>
<tr>
<td height="20"><h:outputText styleClass="balkvAccountLabel" value="Settlement Date:"/></td>
<td><h:outputText id="settlementDate" value="#{searchResultBean.tradeDetailsBean.settlementDate}"/></td>
</tr>
<tr>
<td height="20"><h:outputText styleClass="balkvAccountLabel" value="Special Instruction:"/></td>
<td><h:outputText id="specialInstruction" value="#{searchResultBean.tradeDetailsBean.specialInstruction}"/></td>
</tr>
</tbody>
</table>
</td>
<td valign="top" width="25%" class="resultDetails">
<table cellspacing="0" cellpadding="5" width="100%" border="0">
<tbody>
<tr>
<td height="20"><h:outputText styleClass="balkvAccountLabel" value="Symbol/Sedol:"/></td>
<td><h:outputText id="symbol" value="#{searchResultBean.tradeDetailsBean.symbol}"/></td>
</tr>
<tr>
<td class="balkvAccountLabel" height="20"></td>
<td class="balPreferredView" height="20"></td>
</tr>
<tr>
<td height="20"><h:outputText styleClass="balkvAccountLabel" value="Blotter:"/></td>
<td><h:outputText id="blotter" value="#{searchResultBean.tradeDetailsBean.blotter}"/></td>
</tr>
<tr>
<td class="balkvAccountLabel" height="20"></td>
<td class="balPreferredView" height="20"></td>
</tr>
<tr>
<td height="20"><h:outputText styleClass="balkvAccountLabel" value="Bypass SID:"/></td>
<td><h:outputText id="bypassSid" value="#{searchResultBean.tradeDetailsBean.bypassSid}"/></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</h:panelTab>
<h:panelTab id="tab2" label="DTC Confirmation Details">
<table class="border1px" cellspacing="0" cellpadding="0" width="100%" border="0">
<tbody>
<tr>
<td valign="top" width="25%" class="resultDetails">
<table cellspacing="0" cellpadding="5" width="25%" border="0">
<tbody>
<tr>
<td height="20"><h:outputText styleClass="balkvAccountLabel" value="DTC #:"/></td>
<td><h:outputText id="dtcId" value="#{searchResultBean.accountDetails.dtcControlNum}"/></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</h:panelTab>
<h:panelTab id="tab3" label="Account Details">
<table class="border1px" cellspacing="0" cellpadding="0" width="100%" border="0">
<tbody>
<tr>
<td valign="top" width="25%" class="resultDetails">
<table cellspacing="0" cellpadding="5" width="25%" border="0">
<tbody>
<tr>
<td height="20"><h:outputText styleClass="balkvAccountLabel" value="Account #:"/></td>
<td><h:outputText id="detailsAccountCode" value="#{searchResultBean.accountDetails.accountCode}"/></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</h:panelTab>
</h:panelTabSet>
</td>
</tr>
<tr>
<td height="10">
</td>
</tr>
</tbody>
</table>
</h:form>
</body>
</html>
</f:view>


initially the jspx was--

<!--<%@taglib uri="http://www.icesoft.com/icefaces/component" prefix="ice"%>-->
<f:view xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:ice="http://www.icesoft.com/icefaces/component">

<ice:outputDeclaration doctypeRoot="HTML"
doctypePublic="-//W3C//DTD XHTML 1.0 Transitional//EN"
doctypeSystem="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" />

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<ice:outputStyle href='./css/globalSearch.css' />
<ice:outputStyle href='./css/subnav.css' />
<ice:outputStyle href='./css/bpstyleBD.css' />
<ice:outputStyle href='./css/bpcommon.css' />
<ice:outputStyle href='./css/balance.css' />
<ice:outputStyle href='./css/bpportal.css' />
<ice:outputStyle href='./css/bsportal.css' />
<ice:outputStyle href='./css/bpTibcoCommon.css' />
<ice:outputStyle href='./xmlhttp/css/xp/xp.css'/>
<script type="text/javascript">
function sort(sortCol){
if(searchResult){
var sortAttributeTxt = document.getElementById("searchResult:sortAttribute");
var sortValueTxt = document.getElementById("searchResult:sortValue");

var prevSortCol = sortAttributeTxt.value
var prevSortOrder = sortValueTxt.value;

sortAttributeTxt.value=sortCol;

var currentSortOrder = "ASC";
if(prevSortOrder != ""){
if(prevSortCol == sortCol){
if(prevSortOrder == "ASC") currentSortOrder = "DESC";
}
}
sortValueTxt.value=currentSortOrder;
}
}
</script>
<style>
.iceCalInput{
width: 75px;
}
</style>
</head>
<body>
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tbody>
<tr>
<td><img height="40" src="./img/globalcontextbar.gif"
width="100%" alt="" /></td>
</tr>
</tbody>
</table>
<ice:form id="searchResult" rendered="true">
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tbody>
<tr>
<td width="100%" height="25"><span class="sechdg">Delivery
Vs Payment Inquiry: </span>All Accounts</td>
<td width="13%" height="25"><span class="info"><strong>Output:</strong></span>
<img height="16" src="./img/iconExcel001.gif" width="16"
style="margin-right: 2px;margin-left: 5px;" alt="" /> <img
height="16" src="./img/iconPDF.gif" width="16"
style="margin-right: 2px" alt="" /> <img height="16"
src="./img/iconPrinter001.gif" width="16"
style="margin-right: 2px" alt="" /></td>
</tr>
<tr>
<td colspan="2">
<table cellspacing="0" cellpadding="0"
width="100%" border="0" height="65">
<tbody>
<tr>
<td align="left" bgcolor="#b5cbe7">
<table style="MARGIN-RIGHT: 2px" cellspacing="0"
cellpadding="0" border="0">
<tbody>
<tr>
<td class="style3" align="left" colspan="3">Security</td>
</tr>
<tr>
<td>
<ice:selectOneMenu id="securityType">
<f:selectItem itemValue="ADP" itemLabel="ADP" />
<f:selectItem itemValue="CUSIP" itemLabel="CUSIP" />
<f:selectItem itemValue="ISIN" itemLabel="ISIN" />
<f:selectItem itemValue="Symbol" itemLabel="Symbol" />
</ice:selectOneMenu>
</td>
<td>
<ice:inputText id="securityInput" value="#{searchResultBean.searchCriteriaBean.securityValue}" style="width:75px;"></ice:inputText>
</td>
<td align="left" height="18">
<ice:commandButton id="btnSecuritySubmit" image="./img/GO.gif" action="#{searchResultBean.searchAccounts}"/>
</td>
</tr>
</tbody>
</table>
</td>
<td align="left" bgcolor="#b5cbe7">
<table style="MARGIN-RIGHT: 2px" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td align="left">Account Ranges</td>
</tr>
<tr>
<td nowrap="nowrap" align="left">
<ice:inputText id="startRange" popupDateFormat="MMM d, yyyy" value="#{searchResultBean.searchCriteriaBean.accountRangeFrom}" style="width:100px;"/>
to
<ice:inputText id="endRange" value="#{searchResultBean.searchCriteriaBean.accountRangeTo}" style="width:100px;"/>
</td>
</tr>
</tbody>
</table>
</td>
<td align="left" bgcolor="#b5cbe7">
<table style="MARGIN-RIGHT: 2px" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td class="style3" align="left">Trade Date</td>
</tr>
<tr>
<td>
<ice:selectInputDate id="calendar1" renderAsPopup="true" styleClass="iceCalInput"/>
<ice:messages id="msgCalendar1" style="color: red" for="calendar1"/>
</td>
<td>
<ice:selectInputDate id="calendar2" renderAsPopup="true"/>
<ice:messages id="msgCalendar2" style="color: red" for="calendar2"/>
</td>
</tr>
</tbody>
</table>
</td>
<td align="left" bgcolor="#b5cbe7">
<table style="MARGIN-RIGHT: 2px" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td class="style3" align="left">Settlement Date</td>
</tr>
<tr>
<td>
<ice:selectInputDate id="calendar3" renderAsPopup="true"/>
<ice:messages id="msgCalendar3" style="color: red" for="calendar3"/>
</td>
<td>
<ice:selectInputDate id="calendar4" renderAsPopup="true"/>
<ice:messages id="msgCalendar4" style="color: red" for="calendar4"/>
</td>
<td>
<ice:commandButton id="btnSecuritySubmit1" action="#{searchResultBean.searchAccounts}" image="./img/GO.gif"/>
</td>
</tr>
</tbody>
</table>
</td>
<td class="summaryBlue" align="right" width="9%">
<img height="33" src="./img/advancedfilters.gif" width="65" alt=""/>
</td>
</tr>
<tr>
<td align="left" bgcolor="#b5cbe7" colspan="5">
<table cellspacing="0" cellpadding="0" width="100%"
border="0">
<tbody>
<tr>
<td align="left" height="25"><span class="balkvAccountLabel">Status:</span>
<ice:selectBooleanCheckbox id="status_affirmed" value="#{searchResultBean.searchCriteriaBean.status_affirmed}"></ice:selectBooleanCheckbox>
Affirmed Unaffirmed
<ice:selectBooleanCheckbox id="status_dks" value="#{searchResultBean.searchCriteriaBean.status_dks}"></ice:selectBooleanCheckbox>
DKs
<span class="balkvAccountLabel">Side:</span>
<ice:selectBooleanCheckbox id="action_buys" value="#{searchResultBean.searchCriteriaBean.action_buys}"></ice:selectBooleanCheckbox>
Buys
<ice:selectBooleanCheckbox id="action_sells" value="#{searchResultBean.searchCriteriaBean.action_sells}"></ice:selectBooleanCheckbox>
Sells
<span class="balkvAccountLabel" style="margin-left: 5px">Number of Rows in a page: </span>
<ice:inputText id="numberOfRowsPerPage" value="#{searchResultBean.numberOfRowsPerPage}"/>
<span class="balkvAccountLabel" style="margin-left: 2px; margin-right: 2px;">Firm ID: </span>
<ice:inputText id="firmId" value="#{searchResultBean.searchCriteriaBean.firmId}"/>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td colspan="5">
<table cellspacing="0" cellpadding="0" width="100%" border="0"
bgcolor="#cccccc" height="25" style="margin-top: 5px">
<tr>
<td width="60%" align="left"><strong> <ice:outputText
value="Summary Report"></ice:outputText> </strong></td>
<td align="right" width="40%"><strong>View as of: </strong>
<ice:outputText value="">
<f:convertDateTime pattern="hh:mm a z dd-MMM-yy" />
</ice:outputText></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="5">
<h:inputHidden id="sortAttribute" value="#{searchResultBean.sortAttribute}"/>
<h:inputHidden id="sortValue" value="#{searchResultBean.sortValue}"/>
<h:inputHidden id="selectedId" value="#{searchResultBean.selectedId}"/>
<ice:panelGroup id="summaryReport" >
<ice:dataTable id="accountTable" value="#{searchResultBean.resultList}" var="acc" rows="#{searchResultBean.numberOfRowsPerPage}" scrollable="true" scrollHeight="200px" rendered="true" style="float:left;cursor: pointer" width="0" resizable="false" columnWidths="100px,100px,100px,100px,100px,100px,100px,100px,100px,100px,100px">
<ice:column id="actionCode" name="header">
<ice:rowSelector id="selected" value="#{acc.selected}" selectionAction="#{searchResultBean.selectRow}"/>
<f:facet name="header">
<ice:commandLink onclick="sort('BuySellIndicator')" action="#{searchResultBean.sortAccounts}" value="Action Code"></ice:commandLink>
</f:facet>
<ice:outputText value="#{acc.actionCode}"/>
</ice:column>
<ice:column name="header" >
<f:facet name="header">
<ice:commandSortHeader id="rrNumSH" columnName="col_rrNum">
<ice:outputText value="RR No."></ice:outputText>
</ice:commandSortHeader>
</f:facet>
<ice:outputText value="#{acc.rrNum}" />
</ice:column>
<ice:column id="accountCode" name="header" >
<f:facet name="header">
<ice:commandLink onclick="sort('AccountNumber')" action="#{searchResultBean.sortAccounts}" value="Account"></ice:commandLink>
</f:facet>
<ice:outputText value="#{acc.accountCode}" />
</ice:column>
<ice:column id="quantity" name="header" >
<f:facet name="header">
<ice:commandLink onclick="sort('Quantity')" action="#{searchResultBean.sortAccounts}" value="Quantity"></ice:commandLink>
</f:facet>
<ice:outputText value="#{acc.quantity}"><f:convertNumber pattern="###,###,###.##" /></ice:outputText>
</ice:column>
<ice:column id="cusip" name="header" >
<f:facet name="header">
<ice:commandLink onclick="sort('CUSIP')" action="#{searchResultBean.sortAccounts}" value="CUSIP"></ice:commandLink>
</f:facet>
<ice:outputText value="#{acc.cusip}" />
</ice:column>
<ice:column id="symbol" name="header" >
<f:facet name="header">
<ice:commandLink onclick="sort('Symbol')" action="#{searchResultBean.sortAccounts}" value="Symbol"></ice:commandLink>
</f:facet>
<ice:outputText value="#{acc.symbol}" />
</ice:column>
<ice:column id="currency" name="header" >
<f:facet name="header">
<ice:commandLink onclick="sort('Currency')" action="#{searchResultBean.sortAccounts}" value="Currency"></ice:commandLink>
</f:facet>
<ice:outputText value="#{acc.currency}" />
</ice:column>
<ice:column id="amount" name="header" >
<f:facet name="header">
<ice:commandLink onclick="sort('Amount')" action="#{searchResultBean.sortAccounts}" value="Amount"></ice:commandLink>
</f:facet>
<ice:outputText value="#{acc.amount}"><f:convertNumber type="currency" /></ice:outputText>
</ice:column>
<ice:column id="exposure" name="header" >
<f:facet name="header">
<ice:commandLink onclick="sort('Exposure')" action="#{searchResultBean.sortAccounts}" value="Exposure ($)"></ice:commandLink>
</f:facet>
<ice:outputText value="#{acc.exposure}"><f:convertNumber type="currency" /></ice:outputText>
</ice:column>
<ice:column id="settlementDate" name="header" >
<f:facet name="header">
<ice:commandLink onclick="sort('SettlementDate')" action="#{searchResultBean.sortAccounts}" value="Settlement Date"></ice:commandLink>
</f:facet>
<ice:outputText value="#{acc.settlementDate}"><f:convertDateTime pattern="MM/dd/yyyy" /></ice:outputText>
</ice:column>
<ice:column id="status" name="header" >
<f:facet name="header">
<ice:commandLink onclick="sort('Status')" action="#{searchResultBean.sortAccounts}" value="Status"></ice:commandLink>
</f:facet>
<ice:outputText value="#{acc.status}" />
</ice:column>
</ice:dataTable>
</ice:panelGroup>
</td>
</tr>
<tr style="margin-top: 10px">
<td colspan="5">
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td align="left" style="padding-left: 10px"><ice:commandLink style="text-decoration: underline" value="<<-- Previous page" action="#{searchResultBean.previousPage}"/>
</td>
<td align="right" style="padding-right: 10px"><ice:commandLink style="text-decoration: underline" value="Next Page -->>" action="#{searchResultBean.nextPage}"/>
</td>
</tr>
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="5">
<table cellspacing="0" cellpadding="0" width="100%" border="0" bgcolor="#cccccc" height="25" style="margin-top: 5px">
<tr>
<td class="grandTotal" width="51%">
<strong></strong></td>
<td class="grandTotal" width="49%">
<strong>Total Negative Exposure: [</strong>(<ice:outputText value="#{searchResultBean.headerBean.totalNegativeExposure}">
<f:convertNumber pattern="###,###,###.##" />
</ice:outputText>)<strong>] USD</strong>
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tbody>
<tr>
<td colspan="2" width="100%">
<table class="border1px" cellspacing="0" cellpadding="5" width="100%" border="0">
<tbody>
<tr>
<td width="86%" height="25">
<ice:graphicImage width="16" alt="" url="./img/collapse.gif"></ice:graphicImage> [<ice:outputLabel>
<ice:outputText value="Details Account: " />
<ice:outputText id="accountCode" value="#{searchResultBean.accountDetails.accountCode}" />
<ice:outputText value="Security : " />
<ice:outputText id="security" value="#{searchResultBean.headerBean.security}" />
</ice:outputLabel>]
</td>
<td width="14%" bgcolor="#ffffff" height="25">
<strong><ice:outputText value="Output: " /></strong>
<ice:graphicImage height="16" width="16" alt="" url="./img/iconPDF.gif"></ice:graphicImage>
<ice:graphicImage height="16" width="16" alt="" url="./img/iconPrinter001.gif"></ice:graphicImage>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td colspan="2">
<table class="border1px" cellspacing="0" cellpadding="0" width="100%" border="0" bgcolor="#b5cbe7">
<tbody>
<tr>
<td valign="top" width="49%">
<table cellspacing="0" cellpadding="5" width="100%" border="0">
<tbody>
<tr>
<td valign="top" width="35%" class="resultDetails" height="53">
<ice:outputText styleClass="balkvAccountLabel" value=" Account Name and Address:"></ice:outputText>
</td>
<td align="left" width="65%" class="resultDetails" height="53">
<ice:inputTextarea id="accountAddress" rows="3" value=""></ice:inputTextarea>
</td>
</tr>
</tbody>
</table>
</td>
<td width="51%">
<table cellspacing="0" cellpadding="5" width="100%" border="0">
<tbody>
<tr>
<td valign="top" width="28%" class="resultDetails" height="53">
<ice:outputText styleClass="balkvAccountLabel" value="Settlement Instructions:" />
</td>
<td align="left" width="72%" class="resultDetails" height="53">
<ice:inputTextarea id="settlementInstruction" rows="3" value="" />
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td height="10">
</td>
</tr>
<tr>
<td>
<ice:panelTabSet>
<ice:panelTab id="tab1" label="Trade Details">
<table class="border1px" cellspacing="0" cellpadding="0" width="100%" border="0">
<tbody>
<tr>
<td valign="top" width="25%" class="resultDetails">
<table cellspacing="0" cellpadding="5" width="100%" border="0">
<tbody>
<tr>
<td height="20"><ice:outputText styleClass="balkvAccountLabel" value="Branch #:"/></td>
<td><ice:outputText id="branchId" value="#{searchResultBean.tradeDetailsBean.branchNumber}"/></td>
</tr>
<tr>
<td height="20"><ice:outputText styleClass="balkvAccountLabel" value="Buy/Sell:"/></td>
<td><ice:outputText id="actionCode" value="#{searchResultBean.tradeDetailsBean.buySellIndicator}"/></td>
</tr>
<tr>
<td height="20"><ice:outputText styleClass="balkvAccountLabel" value="Quantity:"/></td>
<td><ice:outputText id="quantity" value="#{searchResultBean.tradeDetailsBean.dvpiQuantity}"/></td>
</tr>
<tr>
<td height="20"><ice:outputText styleClass="balkvAccountLabel" value="Amount:"/></td>
<td><ice:outputText id="amount" value="#{searchResultBean.tradeDetailsBean.dvpiAmount}"/></td>
</tr>
<tr>
<td height="20"><ice:outputText styleClass="balkvAccountLabel" value="Exposure:"/></td>
<td><ice:outputText id="exposure" value="#{searchResultBean.tradeDetailsBean.dvpiExposure}"/></td>
</tr>
<tr>
<td height="20"><ice:outputText styleClass="balkvAccountLabel" value="Security Name:"/></td>
<td><ice:outputText id="securityId" value="#{searchResultBean.tradeDetailsBean.securityName}"/></td>
</tr>
</tbody>
</table>
</td>
<td valign="top" width="25%" class="resultDetails">
<table cellspacing="0" cellpadding="5" width="100%" border="0">
<tbody>
<tr>
<td height="20"><ice:outputText styleClass="balkvAccountLabel" value="Inst. ID No.:"/></td>
<td><ice:outputText id="instIdNo" value="#{searchResultBean.tradeDetailsBean.institutionId}"/></td>
</tr>
<tr>
<td height="20"><ice:outputText styleClass="balkvAccountLabel" value="Tag No.:"/></td>
<td><ice:outputText id="tagNo" value="#{searchResultBean.tradeDetailsBean.tagNum}"/></td>
</tr>
<tr>
<td height="20"><ice:outputText styleClass="balkvAccountLabel" value="DTC Control No.:"/></td>
<td><ice:outputText id="dtcControlNum" value="#{searchResultBean.tradeDetailsBean.DTCControlNum}"/></td>
</tr>
<tr>
<td height="20"><ice:outputText styleClass="balkvAccountLabel" value="Trade Date:"/></td>
<td><ice:outputText id="tradeDate" value="#{searchResultBean.tradeDetailsBean.tradeDate}"/></td>
</tr>
<tr>
<td height="20"><ice:outputText styleClass="balkvAccountLabel" value="Status:"/></td>
<td><ice:outputText id="status" value="#{searchResultBean.tradeDetailsBean.status}"/></td>
</tr>
<tr>
<td height="20"><ice:outputText styleClass="balkvAccountLabel" value="DK Message:"/></td>
<td><ice:outputText id="dkMessage" value="#{searchResultBean.tradeDetailsBean.DKMessage}"/></td>
</tr>
</tbody>
</table>
</td>
<td valign="top" width="25%" class="resultDetails">
<table cellspacing="0" cellpadding="5" width="100%" border="0">
<tbody>
<tr>
<td height="20"><ice:outputText styleClass="balkvAccountLabel" value="CUSIP/ADP:"/></td>
<td><ice:outputText id="cusip" value="#{searchResultBean.tradeDetailsBean.cusip}"/></td>
</tr>
<tr>
<td height="20"><ice:outputText styleClass="balkvAccountLabel" value="ISIN:"/></td>
<td><ice:outputText id="isin" value="#{searchResultBean.tradeDetailsBean.isin}"/></td>
</tr>
<tr>
<td height="20"><ice:outputText styleClass="balkvAccountLabel" value="Currency:"/></td>
<td><ice:outputText id="currency" value="#{searchResultBean.tradeDetailsBean.currency}"/></td>
</tr>
<tr>
<td height="20"><ice:outputText styleClass="balkvAccountLabel" value="Settlement Date:"/></td>
<td><ice:outputText id="settlementDate" value="#{searchResultBean.tradeDetailsBean.settlementDate}"/></td>
</tr>
<tr>
<td height="20"><ice:outputText styleClass="balkvAccountLabel" value="Special Instruction:"/></td>
<td><ice:outputText id="specialInstruction" value="#{searchResultBean.tradeDetailsBean.specialInstruction}"/></td>
</tr>
</tbody>
</table>
</td>
<td valign="top" width="25%" class="resultDetails">
<table cellspacing="0" cellpadding="5" width="100%" border="0">
<tbody>
<tr>
<td height="20"><ice:outputText styleClass="balkvAccountLabel" value="Symbol/Sedol:"/></td>
<td><ice:outputText id="symbol" value="#{searchResultBean.tradeDetailsBean.symbol}"/></td>
</tr>
<tr>
<td class="balkvAccountLabel" height="20"></td>
<td class="balPreferredView" height="20"></td>
</tr>
<tr>
<td height="20"><ice:outputText styleClass="balkvAccountLabel" value="Blotter:"/></td>
<td><ice:outputText id="blotter" value="#{searchResultBean.tradeDetailsBean.blotter}"/></td>
</tr>
<tr>
<td class="balkvAccountLabel" height="20"></td>
<td class="balPreferredView" height="20"></td>
</tr>
<tr>
<td height="20"><ice:outputText styleClass="balkvAccountLabel" value="Bypass SID:"/></td>
<td><ice:outputText id="bypassSid" value="#{searchResultBean.tradeDetailsBean.bypassSid}"/></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</ice:panelTab>
<ice:panelTab id="tab2" label="DTC Confirmation Details">
<table class="border1px" cellspacing="0" cellpadding="0" width="100%" border="0">
<tbody>
<tr>
<td valign="top" width="25%" class="resultDetails">
<table cellspacing="0" cellpadding="5" width="25%" border="0">
<tbody>
<tr>
<td height="20"><ice:outputText styleClass="balkvAccountLabel" value="DTC #:"/></td>
<td><ice:outputText id="dtcId" value="#{searchResultBean.accountDetails.dtcControlNum}"/></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</ice:panelTab>
<ice:panelTab id="tab3" label="Account Details">
<table class="border1px" cellspacing="0" cellpadding="0" width="100%" border="0">
<tbody>
<tr>
<td valign="top" width="25%" class="resultDetails">
<table cellspacing="0" cellpadding="5" width="25%" border="0">
<tbody>
<tr>
<td height="20"><ice:outputText styleClass="balkvAccountLabel" value="Account #:"/></td>
<td><ice:outputText id="detailsAccountCode" value="#{searchResultBean.accountDetails.accountCode}"/></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</ice:panelTab>
</ice:panelTabSet>
</td>
</tr>
<tr>
<td height="10">
</td>
</tr>
</tbody>
</table>
</ice:form>
</body>
</html>
</f:view>



now I have made it - -

<!--<%@taglib uri="http://www.icesoft.com/icefaces/component" prefix="ice"%>-->
<f:view xmlns:f="http://java.sun.com/jsf/core"

xmlns:h="http://java.sun.com/jsf/html">





<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="../css/bpTibcoCommon.css" type="text/css" rel="stylesheet"/>
<link href="../css/globalSearch.css" type="text/css" rel="stylesheet"/>
<link href="../css/subnav.css" type="text/css" rel="stylesheet"/>
<link href="../css/bpstyleBD.css" type="text/css" rel="stylesheet"/>
<link href="../css/bpcommon.css" type="text/css" rel="stylesheet"/>
<link href="../css/balance.css" type="text/css" rel="stylesheet"/>
<link href="../css/bpportal.css" type="text/css" rel="stylesheet"/>
<link href="../css/bsportal.css" type="text/css" rel="stylesheet"/>
<script type="text/javascript">
function sort(sortCol){
if(searchResult){
var sortAttributeTxt = document.getElementById("searchResult:sortAttribute");
var sortValueTxt = document.getElementById("searchResult:sortValue");

var prevSortCol = sortAttributeTxt.value
var prevSortOrder = sortValueTxt.value;

sortAttributeTxt.value=sortCol;

var currentSortOrder = "ASC";
if(prevSortOrder != ""){
if(prevSortCol == sortCol){
if(prevSortOrder == "ASC") currentSortOrder = "DESC";
}
}
sortValueTxt.value=currentSortOrder;
}
}
</script>
<style>
.iceCalInput{
width: 75px;
}
</style>
</head>
<body>
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tbody>
<tr>
<td><img height="40" src="./img/globalcontextbar.gif"
width="100%" alt="" /></td>
</tr>
</tbody>
</table>
<h:form id="searchResult" rendered="true">
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tbody>
<tr>
<td width="100%" height="25"><span class="sechdg">Delivery
Vs Payment Inquiry: </span>All Accounts</td>
<td width="13%" height="25"><span class="info"><strong>Output:</strong></span>
<img height="16" src="./img/iconExcel001.gif" width="16"
style="margin-right: 2px;margin-left: 5px;" alt="" /> <img
height="16" src="./img/iconPDF.gif" width="16"
style="margin-right: 2px" alt="" /> <img height="16"
src="./img/iconPrinter001.gif" width="16"
style="margin-right: 2px" alt="" /></td>
</tr>
<tr>
<td colspan="2">
<table cellspacing="0" cellpadding="0"
width="100%" border="0" height="65">
<tbody>
<tr>
<td align="left" bgcolor="#b5cbe7">
<table style="MARGIN-RIGHT: 2px" cellspacing="0"
cellpadding="0" border="0">
<tbody>
<tr>
<td class="style3" align="left" colspan="3">Security</td>
</tr>
<tr>
<td>
<h:selectOneMenu id="securityType">
<f:selectItem itemValue="ADP" itemLabel="ADP" />
<f:selectItem itemValue="CUSIP" itemLabel="CUSIP" />
<f:selectItem itemValue="ISIN" itemLabel="ISIN" />
<f:selectItem itemValue="Symbol" itemLabel="Symbol" />
</h:selectOneMenu>
</td>
<td>
<h:inputText id="securityInput" value="#{searchResultBean.searchCriteriaBean.securityValue}" style="width:75px;"></h:inputText>
</td>
<td align="left" height="18">
<h:commandButton id="btnSecuritySubmit" image="./img/GO.gif" action="#{searchResultBean.searchAccounts}"/>
</td>
</tr>
</tbody>
</table>
</td>
<td align="left" bgcolor="#b5cbe7">
<table style="MARGIN-RIGHT: 2px" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td align="left">Account Ranges</td>
</tr>
<tr>
<td nowrap="nowrap" align="left">
<h:inputText id="startRange" popupDateFormat="MMM d, yyyy" value="#{searchResultBean.searchCriteriaBean.accountRangeFrom}" style="width:100px;"/>
to
<h:inputText id="endRange" value="#{searchResultBean.searchCriteriaBean.accountRangeTo}" style="width:100px;"/>
</td>
</tr>
</tbody>
</table>
</td>
<td align="left" bgcolor="#b5cbe7">
<table style="MARGIN-RIGHT: 2px" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td class="style3" align="left">Trade Date</td>
</tr>

</tbody>
</table>
</td>
<td align="left" bgcolor="#b5cbe7">
<table style="MARGIN-RIGHT: 2px" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td class="style3" align="left">Settlement Date</td>
</tr>
<tr>

<td>
<h:commandButton id="btnSecuritySubmit1" action="#{searchResultBean.searchAccounts}" image="./img/GO.gif"/>
</td>
</tr>
</tbody>
</table>
</td>
<td class="summaryBlue" align="right" width="9%">
<img height="33" src="./img/advancedfilters.gif" width="65" alt=""/>
</td>
</tr>
<tr>
<td align="left" bgcolor="#b5cbe7" colspan="5">
<table cellspacing="0" cellpadding="0" width="100%"
border="0">
<tbody>
<tr>
<td align="left" height="25"><span class="balkvAccountLabel">Status:</span>
<h:selectBooleanCheckbox id="status_affirmed" value="#{searchResultBean.searchCriteriaBean.status_affirmed}"></h:selectBooleanCheckbox>
Affirmed Unaffirmed
<h:selectBooleanCheckbox id="status_dks" value="#{searchResultBean.searchCriteriaBean.status_dks}"></h:selectBooleanCheckbox>
DKs
<span class="balkvAccountLabel">Side:</span>
<h:selectBooleanCheckbox id="action_buys" value="#{searchResultBean.searchCriteriaBean.action_buys}"></h:selectBooleanCheckbox>
Buys
<h:selectBooleanCheckbox id="action_sells" value="#{searchResultBean.searchCriteriaBean.action_sells}"></h:selectBooleanCheckbox>
Sells
<span class="balkvAccountLabel" style="margin-left: 5px">Number of Rows in a page: </span>
<h:inputText id="numberOfRowsPerPage" value="#{searchResultBean.numberOfRowsPerPage}"/>
<span class="balkvAccountLabel" style="margin-left: 2px; margin-right: 2px;">Firm ID: </span>
<h:inputText id="firmId" value="#{searchResultBean.searchCriteriaBean.firmId}"/>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td colspan="5">
<table cellspacing="0" cellpadding="0" width="100%" border="0"
bgcolor="#cccccc" height="25" style="margin-top: 5px">
<tr>
<td width="60%" align="left"><strong>
<h:outputText
value="Summary Report"></h:outputText> </strong></td>
<td align="right" width="40%"><strong>View as of: </strong>
<h:outputText value="">
<f:convertDateTime pattern="hh:mm a z dd-MMM-yy" />
</h:outputText></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="5">
<h:inputHidden id="sortAttribute" value="#{searchResultBean.sortAttribute}"/>
<h:inputHidden id="sortValue" value="#{searchResultBean.sortValue}"/>
<h:inputHidden id="selectedId" value="#{searchResultBean.selectedId}"/>
<h:panelGroup id="summaryReport" >
<h:dataTable id="accountTable" value="#{searchResultBean.resultList}" var="acc" rows="#{searchResultBean.numberOfRowsPerPage}" scrollable="true" scrollHeight="200px" rendered="true" style="float:left;cursor: pointer" width="0" resizable="false" columnWidths="100px,100px,100px,100px,100px,100px,100px,100px,100px,100px,100px">
<h:column id="actionCode" name="header">
<f:facet name="header">
<h:commandLink onclick="sort('BuySellIndicator')" action="#{searchResultBean.sortAccounts}" value="Action Code"></h:commandLink>
</f:facet>
<h:outputText value="#{acc.actionCode}"/>
</h:column>
<h:column name="header" >
<f:facet name="header">

<h:outputText value="RR No."></h:outputText>
</f:facet>
<h:outputText value="#{acc.rrNum}" />
</h:column>
<h:column id="accountCode" name="header" >
<f:facet name="header">
<h:commandLink onclick="sort('AccountNumber')" action="#{searchResultBean.sortAccounts}" value="Account"></h:commandLink>
</f:facet>
<h:outputText value="#{acc.accountCode}" />
</h:column>
<h:column id="quantity" name="header" >
<f:facet name="header">
<h:commandLink onclick="sort('Quantity')" action="#{searchResultBean.sortAccounts}" value="Quantity"></h:commandLink>
</f:facet>
<h:outputText value="#{acc.quantity}"><f:convertNumber pattern="###,###,###.##" /></h:outputText>
</h:column>
<h:column id="cusip" name="header" >
<f:facet name="header">
<h:commandLink onclick="sort('CUSIP')" action="#{searchResultBean.sortAccounts}" value="CUSIP"></h:commandLink>
</f:facet>
<h:outputText value="#{acc.cusip}" />
</h:column>
<h:column id="symbol" name="header" >
<f:facet name="header">
<h:commandLink onclick="sort('Symbol')" action="#{searchResultBean.sortAccounts}" value="Symbol"></h:commandLink>
</f:facet>
<h:outputText value="#{acc.symbol}" />
</h:column>
<h:column id="currency" name="header" >
<f:facet name="header">
<h:commandLink onclick="sort('Currency')" action="#{searchResultBean.sortAccounts}" value="Currency"></h:commandLink>
</f:facet>
<h:outputText value="#{acc.currency}" />
</h:column>
<h:column id="amount" name="header" >
<f:facet name="header">
<h:commandLink onclick="sort('Amount')" action="#{searchResultBean.sortAccounts}" value="Amount"></h:commandLink>
</f:facet>
<h:outputText value="#{acc.amount}"><f:convertNumber type="currency" /></h:outputText>
</h:column>
<h:column id="exposure" name="header" >
<f:facet name="header">
<h:commandLink onclick="sort('Exposure')" action="#{searchResultBean.sortAccounts}" value="Exposure ($)"></h:commandLink>
</f:facet>
<h:outputText value="#{acc.exposure}"><f:convertNumber type="currency" /></h:outputText>
</h:column>
<h:column id="settlementDate" name="header" >
<f:facet name="header">
<h:commandLink onclick="sort('SettlementDate')" action="#{searchResultBean.sortAccounts}" value="Settlement Date"></h:commandLink>
</f:facet>
<h:outputText value="#{acc.settlementDate}"><f:convertDateTime pattern="MM/dd/yyyy" /></h:outputText>
</h:column>
<h:column id="status" name="header" >
<f:facet name="header">
<h:commandLink onclick="sort('Status')" action="#{searchResultBean.sortAccounts}" value="Status"></h:commandLink>
</f:facet>
<h:outputText value="#{acc.status}" />
</h:column>
</h:dataTable>
</h:panelGroup>
</td>
</tr>
<tr style="margin-top: 10px">
<td colspan="5">
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td align="left" style="padding-left: 10px"><h:commandLink style="text-decoration: underline" value="<<-- Previous page" action="#{searchResultBean.previousPage}"/>
</td>
<td align="right" style="padding-right: 10px"><h:commandLink style="text-decoration: underline" value="Next Page -->>" action="#{searchResultBean.nextPage}"/>
</td>
</tr>
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="5">
<table cellspacing="0" cellpadding="0" width="100%" border="0" bgcolor="#cccccc" height="25" style="margin-top: 5px">
<tr>
<td class="grandTotal" width="51%">
<strong></strong></td>
<td class="grandTotal" width="49%">
<strong>Total Negative Exposure: [</strong>(<h:outputText value="#{searchResultBean.headerBean.totalNegativeExposure}">
<f:convertNumber pattern="###,###,###.##" />
</h:outputText>)<strong>] USD</strong>
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tbody>
<tr>
<td colspan="2" width="100%">
<table class="border1px" cellspacing="0" cellpadding="5" width="100%" border="0">
<tbody>
<tr>
<td width="86%" height="25">
<h:graphicImage width="16" alt="" url="./img/collapse.gif"></h:graphicImage> [<h:outputLabel>
<h:outputText value="Details Account: " />
<h:outputText id="accountCode" value="#{searchResultBean.accountDetails.accountCode}" />
<h:outputText value="Security : " />
<h:outputText id="security" value="#{searchResultBean.headerBean.security}" />
</h:outputLabel>]
</td>
<td width="14%" bgcolor="#ffffff" height="25">
<strong><h:outputText value="Output: " /></strong>
<h:graphicImage height="16" width="16" alt="" url="./img/iconPDF.gif"></h:graphicImage>
<h:graphicImage height="16" width="16" alt="" url="./img/iconPrinter001.gif"></h:graphicImage>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td colspan="2">
<table class="border1px" cellspacing="0" cellpadding="0" width="100%" border="0" bgcolor="#b5cbe7">
<tbody>
<tr>
<td valign="top" width="49%">
<table cellspacing="0" cellpadding="5" width="100%" border="0">
<tbody>
<tr>
<td valign="top" width="35%" class="resultDetails" height="53">
<h:outputText styleClass="balkvAccountLabel" value=" Account Name and Address:"></h:outputText>
</td>
<td align="left" width="65%" class="resultDetails" height="53">
<h:inputTextarea id="accountAddress" rows="3" value=""></h:inputTextarea>
</td>
</tr>
</tbody>
</table>
</td>
<td width="51%">
<table cellspacing="0" cellpadding="5" width="100%" border="0">
<tbody>
<tr>
<td valign="top" width="28%" class="resultDetails" height="53">
<h:outputText styleClass="balkvAccountLabel" value="Settlement Instructions:" />
</td>
<td align="left" width="72%" class="resultDetails" height="53">
<h:inputTextarea id="settlementInstruction" rows="3" value="" />
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td height="10">
</td>
</tr>
<tr>
<td>
<h:panelTabSet>
<h:panelTab id="tab1" label="Trade Details">
<table class="border1px" cellspacing="0" cellpadding="0" width="100%" border="0">
<tbody>
<tr>
<td valign="top" width="25%" class="resultDetails">
<table cellspacing="0" cellpadding="5" width="100%" border="0">
<tbody>
<tr>
<td height="20"><h:outputText styleClass="balkvAccountLabel" value="Branch #:"/></td>
<td><h:outputText id="branchId" value="#{searchResultBean.tradeDetailsBean.branchNumber}"/></td>
</tr>
<tr>
<td height="20"><h:outputText styleClass="balkvAccountLabel" value="Buy/Sell:"/></td>
<td><h:outputText id="actionCode" value="#{searchResultBean.tradeDetailsBean.buySellIndicator}"/></td>
</tr>
<tr>
<td height="20"><h:outputText styleClass="balkvAccountLabel" value="Quantity:"/></td>
<td><h:outputText id="quantity" value="#{searchResultBean.tradeDetailsBean.dvpiQuantity}"/></td>
</tr>
<tr>
<td height="20"><h:outputText styleClass="balkvAccountLabel" value="Amount:"/></td>
<td><h:outputText id="amount" value="#{searchResultBean.tradeDetailsBean.dvpiAmount}"/></td>
</tr>
<tr>
<td height="20"><h:outputText styleClass="balkvAccountLabel" value="Exposure:"/></td>
<td><h:outputText id="exposure" value="#{searchResultBean.tradeDetailsBean.dvpiExposure}"/></td>
</tr>
<tr>
<td height="20"><h:outputText styleClass="balkvAccountLabel" value="Security Name:"/></td>
<td><h:outputText id="securityId" value="#{searchResultBean.tradeDetailsBean.securityName}"/></td>
</tr>
</tbody>
</table>
</td>
<td valign="top" width="25%" class="resultDetails">
<table cellspacing="0" cellpadding="5" width="100%" border="0">
<tbody>
<tr>
<td height="20"><h:outputText styleClass="balkvAccountLabel" value="Inst. ID No.:"/></td>
<td><h:outputText id="instIdNo" value="#{searchResultBean.tradeDetailsBean.institutionId}"/></td>
</tr>
<tr>
<td height="20"><h:outputText styleClass="balkvAccountLabel" value="Tag No.:"/></td>
<td><h:outputText id="tagNo" value="#{searchResultBean.tradeDetailsBean.tagNum}"/></td>
</tr>
<tr>
<td height="20"><h:outputText styleClass="balkvAccountLabel" value="DTC Control No.:"/></td>
<td><h:outputText id="dtcControlNum" value="#{searchResultBean.tradeDetailsBean.DTCControlNum}"/></td>
</tr>
<tr>
<td height="20"><h:outputText styleClass="balkvAccountLabel" value="Trade Date:"/></td>
<td><h:outputText id="tradeDate" value="#{searchResultBean.tradeDetailsBean.tradeDate}"/></td>
</tr>
<tr>
<td height="20"><h:outputText styleClass="balkvAccountLabel" value="Status:"/></td>
<td><h:outputText id="status" value="#{searchResultBean.tradeDetailsBean.status}"/></td>
</tr>
<tr>
<td height="20"><h:outputText styleClass="balkvAccountLabel" value="DK Message:"/></td>
<td><h:outputText id="dkMessage" value="#{searchResultBean.tradeDetailsBean.DKMessage}"/></td>
</tr>
</tbody>
</table>
</td>
<td valign="top" width="25%" class="resultDetails">
<table cellspacing="0" cellpadding="5" width="100%" border="0">
<tbody>
<tr>
<td height="20"><h:outputText styleClass="balkvAccountLabel" value="CUSIP/ADP:"/></td>
<td><h:outputText id="cusip" value="#{searchResultBean.tradeDetailsBean.cusip}"/></td>
</tr>
<tr>
<td height="20"><h:outputText styleClass="balkvAccountLabel" value="ISIN:"/></td>
<td><h:outputText id="isin" value="#{searchResultBean.tradeDetailsBean.isin}"/></td>
</tr>
<tr>
<td height="20"><h:outputText styleClass="balkvAccountLabel" value="Currency:"/></td>
<td><h:outputText id="currency" value="#{searchResultBean.tradeDetailsBean.currency}"/></td>
</tr>
<tr>
<td height="20"><h:outputText styleClass="balkvAccountLabel" value="Settlement Date:"/></td>
<td><h:outputText id="settlementDate" value="#{searchResultBean.tradeDetailsBean.settlementDate}"/></td>
</tr>
<tr>
<td height="20"><h:outputText styleClass="balkvAccountLabel" value="Special Instruction:"/></td>
<td><h:outputText id="specialInstruction" value="#{searchResultBean.tradeDetailsBean.specialInstruction}"/></td>
</tr>
</tbody>
</table>
</td>
<td valign="top" width="25%" class="resultDetails">
<table cellspacing="0" cellpadding="5" width="100%" border="0">
<tbody>
<tr>
<td height="20"><h:outputText styleClass="balkvAccountLabel" value="Symbol/Sedol:"/></td>
<td><h:outputText id="symbol" value="#{searchResultBean.tradeDetailsBean.symbol}"/></td>
</tr>
<tr>
<td class="balkvAccountLabel" height="20"></td>
<td class="balPreferredView" height="20"></td>
</tr>
<tr>
<td height="20"><h:outputText styleClass="balkvAccountLabel" value="Blotter:"/></td>
<td><h:outputText id="blotter" value="#{searchResultBean.tradeDetailsBean.blotter}"/></td>
</tr>
<tr>
<td class="balkvAccountLabel" height="20"></td>
<td class="balPreferredView" height="20"></td>
</tr>
<tr>
<td height="20"><h:outputText styleClass="balkvAccountLabel" value="Bypass SID:"/></td>
<td><h:outputText id="bypassSid" value="#{searchResultBean.tradeDetailsBean.bypassSid}"/></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</h:panelTab>
<h:panelTab id="tab2" label="DTC Confirmation Details">
<table class="border1px" cellspacing="0" cellpadding="0" width="100%" border="0">
<tbody>
<tr>
<td valign="top" width="25%" class="resultDetails">
<table cellspacing="0" cellpadding="5" width="25%" border="0">
<tbody>
<tr>
<td height="20"><h:outputText styleClass="balkvAccountLabel" value="DTC #:"/></td>
<td><h:outputText id="dtcId" value="#{searchResultBean.accountDetails.dtcControlNum}"/></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</h:panelTab>
<h:panelTab id="tab3" label="Account Details">
<table class="border1px" cellspacing="0" cellpadding="0" width="100%" border="0">
<tbody>
<tr>
<td valign="top" width="25%" class="resultDetails">
<table cellspacing="0" cellpadding="5" width="25%" border="0">
<tbody>
<tr>
<td height="20"><h:outputText styleClass="balkvAccountLabel" value="Account #:"/></td>
<td><h:outputText id="detailsAccountCode" value="#{searchResultBean.accountDetails.accountCode}"/></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</h:panelTab>
</h:panelTabSet>
</td>
</tr>
<tr>
<td height="10">
</td>
</tr>
</tbody>
</table>
</h:form>
</body>
</html>
</f:view>


Mine is showing


HTTP Status 500 -

--------------------------------------------------------------------------------

type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

org.apache.jasper.JasperException: javax.faces.FacesException: Can't parse stream for //searchResult.jspx Failed to execute JSP lifecycle.
org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:522)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:416)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:337)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)


root cause

javax.faces.FacesException: Can't parse stream for //searchResult.jspx Failed to execute JSP lifecycle.
com.icesoft.faces.application.D2DViewHandler.renderResponse(D2DViewHandler.java:510)
com.icesoft.faces.application.D2DViewHandler.renderView(D2DViewHandler.java:161)
com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106)
com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
com.icesoft.faces.webapp.http.core.JsfLifecycleExecutor.apply(JsfLifecycleExecutor.java:18)
com.icesoft.faces.webapp.http.core.PageServer$1.respond(PageServer.java:25)
com.icesoft.faces.webapp.http.servlet.ServletRequestResponse.respondWith(ServletRequestResponse.java:161)
com.icesoft.faces.webapp.http.servlet.ThreadBlockingAdaptingServlet$ThreadBlockingRequestResponse.respondWith(ThreadBlockingAdaptingServlet.java:36)
com.icesoft.faces.webapp.http.core.PageServer.service(PageServer.java:30)
com.icesoft.faces.webapp.http.core.SingleViewServer.service(SingleViewServer.java:48)
com.icesoft.faces.webapp.http.common.standard.PathDispatcherServer$Matcher.serviceOnMatch(PathDispatcherServer.java:50)
com.icesoft.faces.webapp.http.common.standard.PathDispatcherServer.service(PathDispatcherServer.java:19)
com.icesoft.faces.webapp.http.servlet.ThreadBlockingAdaptingServlet.service(ThreadBlockingAdaptingServlet.java:19)
com.icesoft.faces.webapp.http.servlet.EnvironmentAdaptingServlet.service(EnvironmentAdaptingServlet.java:29)
com.icesoft.faces.webapp.http.servlet.MainSessionBoundServlet.service(MainSessionBoundServlet.java:139)
com.icesoft.faces.webapp.http.servlet.SessionDispatcher.service(SessionDispatcher.java:35)
com.icesoft.faces.webapp.http.servlet.PathDispatcher$Matcher.serviceOnMatch(PathDispatcher.java:52)
com.icesoft.faces.webapp.http.servlet.PathDispatcher.service(PathDispatcher.java:29)
com.icesoft.faces.webapp.http.servlet.MainServlet.service(MainServlet.java:79)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:694)
org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:665)
org.apache.jsp.index_jsp._jspService(index_jsp.java:59)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:374)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:337)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)


root cause

javax.faces.FacesException: Failed to execute JSP lifecycle.
com.icesoft.faces.webapp.parser.Parser.parse(Parser.java:175)
com.icesoft.faces.application.D2DViewHandler.renderResponse(D2DViewHandler.java:504)
com.icesoft.faces.application.D2DViewHandler.renderView(D2DViewHandler.java:161)
com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106)
com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
com.icesoft.faces.webapp.http.core.JsfLifecycleExecutor.apply(JsfLifecycleExecutor.java:18)
com.icesoft.faces.webapp.http.core.PageServer$1.respond(PageServer.java:25)
com.icesoft.faces.webapp.http.servlet.ServletRequestResponse.respondWith(ServletRequestResponse.java:161)
com.icesoft.faces.webapp.http.servlet.ThreadBlockingAdaptingServlet$ThreadBlockingRequestResponse.respondWith(ThreadBlockingAdaptingServlet.java:36)
com.icesoft.faces.webapp.http.core.PageServer.service(PageServer.java:30)
com.icesoft.faces.webapp.http.core.SingleViewServer.service(SingleViewServer.java:48)
com.icesoft.faces.webapp.http.common.standard.PathDispatcherServer$Matcher.serviceOnMatch(PathDispatcherServer.java:50)
com.icesoft.faces.webapp.http.common.standard.PathDispatcherServer.service(PathDispatcherServer.java:19)
com.icesoft.faces.webapp.http.servlet.ThreadBlockingAdaptingServlet.service(ThreadBlockingAdaptingServlet.java:19)
com.icesoft.faces.webapp.http.servlet.EnvironmentAdaptingServlet.service(EnvironmentAdaptingServlet.java:29)
com.icesoft.faces.webapp.http.servlet.MainSessionBoundServlet.service(MainSessionBoundServlet.java:139)
com.icesoft.faces.webapp.http.servlet.SessionDispatcher.service(SessionDispatcher.java:35)
com.icesoft.faces.webapp.http.servlet.PathDispatcher$Matcher.serviceOnMatch(PathDispatcher.java:52)
com.icesoft.faces.webapp.http.servlet.PathDispatcher.service(PathDispatcher.java:29)
com.icesoft.faces.webapp.http.servlet.MainServlet.service(MainServlet.java:79)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:694)
org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:665)
org.apache.jsp.index_jsp._jspService(index_jsp.java:59)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:374)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:337)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)


root cause

javax.servlet.jsp.JspException: java.lang.IllegalArgumentException: argument type mismatch
com.sun.faces.taglib.html_basic.DataTableTag.doStartTag(DataTableTag.java:378)
com.icesoft.faces.webapp.parser.Parser.executeJspLifecycle(Parser.java:198)
com.icesoft.faces.webapp.parser.Parser.executeJspLifecycle(Parser.java:222)
com.icesoft.faces.webapp.parser.Parser.executeJspLifecycle(Parser.java:222)
com.icesoft.faces.webapp.parser.Parser.executeJspLifecycle(Parser.java:222)
com.icesoft.faces.webapp.parser.Parser.executeJspLifecycle(Parser.java:222)
com.icesoft.faces.webapp.parser.Parser.executeJspLifecycle(Parser.java:222)
com.icesoft.faces.webapp.parser.Parser.executeJspLifecycle(Parser.java:222)
com.icesoft.faces.webapp.parser.Parser.executeJspLifecycle(Parser.java:222)
com.icesoft.faces.webapp.parser.Parser.executeJspLifecycle(Parser.java:222)
com.icesoft.faces.webapp.parser.Parser.executeJspLifecycle(Parser.java:222)
com.icesoft.faces.webapp.parser.Parser.parse(Parser.java:159)
com.icesoft.faces.application.D2DViewHandler.renderResponse(D2DViewHandler.java:504)
com.icesoft.faces.application.D2DViewHandler.renderView(D2DViewHandler.java:161)
com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106)
com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
com.icesoft.faces.webapp.http.core.JsfLifecycleExecutor.apply(JsfLifecycleExecutor.java:18)
com.icesoft.faces.webapp.http.core.PageServer$1.respond(PageServer.java:25)
com.icesoft.faces.webapp.http.servlet.ServletRequestResponse.respondWith(ServletRequestResponse.java:161)
com.icesoft.faces.webapp.http.servlet.ThreadBlockingAdaptingServlet$ThreadBlockingRequestResponse.respondWith(ThreadBlockingAdaptingServlet.java:36)
com.icesoft.faces.webapp.http.core.PageServer.service(PageServer.java:30)
com.icesoft.faces.webapp.http.core.SingleViewServer.service(SingleViewServer.java:48)
com.icesoft.faces.webapp.http.common.standard.PathDispatcherServer$Matcher.serviceOnMatch(PathDispatcherServer.java:50)
com.icesoft.faces.webapp.http.common.standard.PathDispatcherServer.service(PathDispatcherServer.java:19)
com.icesoft.faces.webapp.http.servlet.ThreadBlockingAdaptingServlet.service(ThreadBlockingAdaptingServlet.java:19)
com.icesoft.faces.webapp.http.servlet.EnvironmentAdaptingServlet.service(EnvironmentAdaptingServlet.java:29)
com.icesoft.faces.webapp.http.servlet.MainSessionBoundServlet.service(MainSessionBoundServlet.java:139)
com.icesoft.faces.webapp.http.servlet.SessionDispatcher.service(SessionDispatcher.java:35)
com.icesoft.faces.webapp.http.servlet.PathDispatcher$Matcher.serviceOnMatch(PathDispatcher.java:52)
com.icesoft.faces.webapp.http.servlet.PathDispatcher.service(PathDispatcher.java:29)
com.icesoft.faces.webapp.http.servlet.MainServlet.service(MainServlet.java:79)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:694)
org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:665)
org.apache.jsp.index_jsp._jspService(index_jsp.java:59)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:374)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:337)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)


root cause

java.lang.IllegalArgumentException: argument type mismatch
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
java.lang.reflect.Method.invoke(Method.java:585)
javax.faces.component.UIComponentBase$AttributesMap.put(UIComponentBase.java:1587)
javax.faces.component.UIComponentBase$AttributesMap.put(UIComponentBase.java:1496)
javax.faces.component.UIComponent.setValueExpression(UIComponent.java:251)
javax.faces.component.UIData.setValueExpression(UIData.java:668)
com.sun.faces.taglib.html_basic.DataTableTag.setProperties(DataTableTag.java:366)
javax.faces.webapp.UIComponentELTag.createComponent(UIComponentELTag.java:219)
javax.faces.webapp.UIComponentClassicTagBase.createChild(UIComponentClassicTagBase.java:476)
javax.faces.webapp.UIComponentClassicTagBase.findComponent(UIComponentClassicTagBase.java:660)
javax.faces.webapp.UIComponentClassicTagBase.doStartTag(UIComponentClassicTagBase.java:1111)
com.sun.faces.taglib.html_basic.DataTableTag.doStartTag(DataTableTag.java:372)
com.icesoft.faces.webapp.parser.Parser.executeJspLifecycle(Parser.java:198)
com.icesoft.faces.webapp.parser.Parser.executeJspLifecycle(Parser.java:222)
com.icesoft.faces.webapp.parser.Parser.executeJspLifecycle(Parser.java:222)
com.icesoft.faces.webapp.parser.Parser.executeJspLifecycle(Parser.java:222)
com.icesoft.faces.webapp.parser.Parser.executeJspLifecycle(Parser.java:222)
com.icesoft.faces.webapp.parser.Parser.executeJspLifecycle(Parser.java:222)
com.icesoft.faces.webapp.parser.Parser.executeJspLifecycle(Parser.java:222)
com.icesoft.faces.webapp.parser.Parser.executeJspLifecycle(Parser.java:222)
com.icesoft.faces.webapp.parser.Parser.executeJspLifecycle(Parser.java:222)
com.icesoft.faces.webapp.parser.Parser.executeJspLifecycle(Parser.java:222)
com.icesoft.faces.webapp.parser.Parser.parse(Parser.java:159)
com.icesoft.faces.application.D2DViewHandler.renderResponse(D2DViewHandler.java:504)
com.icesoft.faces.application.D2DViewHandler.renderView(D2DViewHandler.java:161)
com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106)
com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
com.icesoft.faces.webapp.http.core.JsfLifecycleExecutor.apply(JsfLifecycleExecutor.java:18)
com.icesoft.faces.webapp.http.core.PageServer$1.respond(PageServer.java:25)
com.icesoft.faces.webapp.http.servlet.ServletRequestResponse.respondWith(ServletRequestResponse.java:161)
com.icesoft.faces.webapp.http.servlet.ThreadBlockingAdaptingServlet$ThreadBlockingRequestResponse.respondWith(ThreadBlockingAdaptingServlet.java:36)
com.icesoft.faces.webapp.http.core.PageServer.service(PageServer.java:30)
com.icesoft.faces.webapp.http.core.SingleViewServer.service(SingleViewServer.java:48)
com.icesoft.faces.webapp.http.common.standard.PathDispatcherServer$Matcher.serviceOnMatch(PathDispatcherServer.java:50)
com.icesoft.faces.webapp.http.common.standard.PathDispatcherServer.service(PathDispatcherServer.java:19)
com.icesoft.faces.webapp.http.servlet.ThreadBlockingAdaptingServlet.service(ThreadBlockingAdaptingServlet.java:19)
com.icesoft.faces.webapp.http.servlet.EnvironmentAdaptingServlet.service(EnvironmentAdaptingServlet.java:29)
com.icesoft.faces.webapp.http.servlet.MainSessionBoundServlet.service(MainSessionBoundServlet.java:139)
com.icesoft.faces.webapp.http.servlet.SessionDispatcher.service(SessionDispatcher.java:35)
com.icesoft.faces.webapp.http.servlet.PathDispatcher$Matcher.serviceOnMatch(PathDispatcher.java:52)
com.icesoft.faces.webapp.http.servlet.PathDispatcher.service(PathDispatcher.java:29)
com.icesoft.faces.webapp.http.servlet.MainServlet.service(MainServlet.java:79)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:694)
org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:665)
org.apache.jsp.index_jsp._jspService(index_jsp.java:59)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:374)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:337)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)


note The full stack trace of the root cause is available in the Apache Tomcat/6.0.16 logs.


--------------------------------------------------------------------------------

Apache Tomcat/6.0.16
I want to re -make a icefaces project in simple JSF (sun) without richfaces or icefaces or even myfaces. The icefaces application is running well and good. I just want to transform it into a non-iceface, application. The view is jspx. I have renamed it as jsp as it shows a error

exception

org.apache.jasper.JasperException: javax.faces.FacesException: Can't parse stream for //searchResult.jspx Failed to execute JSP lifecycle.

But after doing that the running the project yields a white screen. It shows nothing. I have replaced the <ice: tags.

What should I do now?

thanks,

same problem with easyeclipse here. could not solve after downloading wtp-jsf-R-1.5.4-200705021353.zip

plz help. Thanks
 
Profile for forfake -> Messages posted by forfake [5]
Go to:   
Powered by JForum 2.1.7ice © JForum Team