alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  
</table> <%@ include file="IncludeAccountFields.jsp" %> </td>

Spring Framework example source code file (EditAccountForm.jsp)

This example Spring Framework source code file (EditAccountForm.jsp) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Spring Framework tags/keywords

b, br, ffff88, ffff88, id:, information, information, my, orders, repeat, save, support, support, user

The Spring Framework EditAccountForm.jsp source code

<%@ include file="IncludeTop.jsp" %>
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>

<!-- Support for Spring errors object -->
<spring:bind path="accountForm.*">
  <c:forEach var="error" items="${status.errorMessages}">
    <B>
      <BR>
    </FONT>
  </c:forEach>
</spring:bind>

<c:if test="${accountForm.newAccount}">
<form action="
</c:if>
<c:if test="${!accountForm.newAccount}">
<form action="
</c:if>

<table cellpadding="10" cellspacing="0" align="center" border="1" bgcolor="#dddddd">
<font color="darkgreen">

User Information

<table border="0" cellpadding="3" cellspacing="1" bgcolor="#FFFF88"> <tr bgcolor="#FFFF88">
User ID:</td> <c:if test="${accountForm.newAccount}"> <spring:bind path="accountForm.account.username"> <input type="text" name=""/> </spring:bind> </c:if> <c:if test="${!accountForm.newAccount}"> <c:out value="${accountForm.account.username}"/> </c:if> </td>
New password:</td> <spring:bind path="accountForm.account.password"> <input type="password" name=""/> </spring:bind> </td>
Repeat password:</td> <spring:bind path="accountForm.repeatedPassword"> <input type="password" name=""/> </spring:bind> </td>
<br />
<input border="0" type="image" src="../images/button_submit.gif" name="submit" value="Save Account Information" /> </center> </html:form> <p> <center>">My Orders
<%@ include file="IncludeBottom.jsp" %>

Other Spring Framework examples (source code examples)

Here is a short list of links related to this Spring Framework EditAccountForm.jsp source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 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.