|
Spring Framework example source code file (ShippingForm.jsp)
The Spring Framework ShippingForm.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> | First name:</TD> |
<spring:bind path="orderForm.order.shipToFirstName">
<input type="text" name=" | Last name:</TD> |
<spring:bind path="orderForm.order.shipToLastName">
<input type="text" name=" | Address 1:</TD> |
<spring:bind path="orderForm.order.shipAddress1">
<input type="text" size="40" name=" | Address 2:</TD> |
<spring:bind path="orderForm.order.shipAddress2">
<input type="text" size="40" name=" | City: </TD> |
<spring:bind path="orderForm.order.shipCity">
<input type="text" name=" | State:</TD> |
<spring:bind path="orderForm.order.shipState">
<input type="text" size="4" name=" | Zip:</TD> |
<spring:bind path="orderForm.order.shipZip">
<input type="text" size="10" name=" | Country: </TD> |
<spring:bind path="orderForm.order.shipCountry">
<input type="text" size="15" name="Other Spring Framework examples (source code examples)Here is a short list of links related to this Spring Framework ShippingForm.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.