%--
Copyright 2001 Sun Microsystems, Inc. All Rights Reserved.
This software is the proprietary information of Sun Microsystems, Inc.
Use is subject to license terms.
--%>
<%@ taglib uri="/struts-logic" prefix="logic" %>
<%@ page import="com.sun.ebank.util.*,com.sun.ebank.ejb.account.AccountController,java.util.*,com.sun.ebank.ejb.exception.*" %>
<%
ArrayList accounts = null;
try {
accounts = beanManager.getAccountController().getAccountsOfCustomer(request.getUserPrincipal().getName());
} catch (InvalidParameterException e) {
// Not possible
}
ResourceBundle messages = (ResourceBundle)session.getAttribute("messages");
%>
|
<%=messages.getString("AccountName")%>
|
<%=messages.getString("ViewSelect")%>
|
<%=messages.getString("SortSelect")%> |
|
|
<%= ((AccountDetails)accountHistoryBean.getSelectedAccount()).getDescription() %> |
| <%=messages.getString("AccountDescription")%> |
<%=messages.getString("AccountAmount")%> |
| <%=messages.getString("AccountBeginningBalance")%> |
$ |
| <%=messages.getString("AccountCredits")%> |
$ |
| <%=messages.getString("AccountDebits")%> |
$ |
| <%=messages.getString("AccountEndingBalance")%> |
$ |
| <%=messages.getString("TxDate")%> |
<%=messages.getString("TxDescription")%> |
<%=messages.getString("TxAmount")%> |
<%=messages.getString("TxRunningBalance")%> |
|
|
|
$ |