|
Spring Framework example source code file (NewOrderForm.jsp)
The Spring Framework NewOrderForm.jsp source code
<%@ include file="IncludeTop.jsp" %>
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
<!-- Support for Spring errors holder -->
<spring:bind path="orderForm.*">
<c:forEach var="error" items="${status.errorMessages}">
<B>
<BR> | |||
| Card Type:</TD> |
<spring:bind path="orderForm.order.cardType">
<select name=" | Card Number:</TD> |
<spring:bind path="orderForm.order.creditCard">
<input type="text" name=" | Expiry Date (MM/YYYY):</TD> |
<spring:bind path="orderForm.order.expiryDate">
<input type="text" name=" | <FONT color=GREEN size=4>Billing Address </TD> <TR bgcolor="#FFFF88"> | First name:</TD> |
<spring:bind path="orderForm.order.billToFirstName">
<input type="text" name=" | Last name:</TD> |
<spring:bind path="orderForm.order.billToLastName">
<input type="text" name=" | Address 1:</TD> |
<spring:bind path="orderForm.order.billAddress1">
<input type="text" size="40" name=" | Address 2:</TD> |
<spring:bind path="orderForm.order.billAddress2">
<input type="text" size="40" name=" | City: </TD> |
<spring:bind path="orderForm.order.billCity">
<input type="text" name=" | State:</TD> |
<spring:bind path="orderForm.order.billState">
<input type="text" size="4" name=" | Zip:</TD> |
<spring:bind path="orderForm.order.billZip">
<input type="text" size="10" name=" | Country:</TD> |
<spring:bind path="orderForm.order.billCountry">
<input type="text" size="15" name=" |
<spring:bind path="orderForm.shippingAddressRequired">
<input type="checkbox" name="Other Spring Framework examples (source code examples)Here is a short list of links related to this Spring Framework NewOrderForm.jsp source code file: |
| ... 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.