|
Here is a short list of links related to this Spring Framework IncludeAccountFields.jsp source code file:
Spring Framework example source code file (IncludeAccountFields.jsp)
The Spring Framework IncludeAccountFields.jsp source code<FONT color=darkgreen> | First name:</TD> | ||
Last name:</TD> | |||
Email:</TD> | |||
Phone:</TD> | |||
Address 1:</TD> | |||
Address 2:</TD> | |||
City: </TD> | |||
State:</TD> | |||
Zip:</TD> | |||
Country: </TD> | |||
Language Preference:</TD> | <html:select name="workingAccountForm" property="account.languagePreference"> <html:options name="workingAccountForm" property="languages" /> </html:select> </TD> | ||
Favourite Category:</TD> | <html:select name="workingAccountForm" property="account.favouriteCategoryId"> <html:options name="workingAccountForm" property="categories" /> </html:select> </TD> | ||
<html:checkbox name="workingAccountForm" property="account.listOption"/> Enable MyList </TD> | |||
<html:checkbox name="workingAccountForm" property="account.bannerOption"/> Enable MyBanner </TD> |
... 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.