|
Spring Framework example source code file (ViewOrder.jsp)
The Spring Framework ViewOrder.jsp source code<%@ include file="IncludeTop.jsp" %> <table align="left" bgcolor="#008800" border="0" cellspacing="2" cellpadding="2"> <tr> |
<a href=" | |
<%-- <html:link paramId="orderId" paramName="order" paramProperty="orderId" page="/shop/viewOrder.do?webservice=true">Use Web Service --%> </td> | ||
<font size="4">Order # | ||
<font color="GREEN" size="4">Payment Details </td> | ||
Card Type:</td> | <c:out value="${order.cardType}"/> </td> | |
Card Number:</td> | ||
Expiry Date (MM/YYYY):</td> | ||
<font color="GREEN" size="4">Billing Address </td> | ||
First name:</td> | ||
Last name:</td> | ||
Address 1:</td> | ||
Address 2:</td> | ||
City: </td> | ||
State:</td> | ||
Zip:</td> | ||
Country: </td> | ||
<font color="GREEN" size="4">Shipping Address </td> | ||
First name:</td> | ||
Last name:</td> | ||
Address 1:</td> | ||
Address 2:</td> | ||
City: </td> | ||
State:</td> | ||
Zip:</td> | ||
Country: </td> | ||
Courier: </td> | ||
<b>Status: | ||
<table width="100%" align="center" bgcolor="#008800" border="0" cellspacing="2" cellpadding="3"> <tr bgcolor="#CCCCCC"> <td>Item ID |
... this post is sponsored by my books ... | |
![]() #1 New Release! |
![]() FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.