Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Pre=Populating drop down menus

Status
Not open for further replies.

murtazac

Programmer
Mar 25, 2004
4
US
Hi,
i have a form that i want to pre-populate from a bean.
the following works fine w. text boxes:
<html:text name="user" property="city"/>,

but i also need to prepopulate a drop down drop for State.
right now it always displays teh default which is alabama.
so how do i go around displaying the information thats stored in teh bean, instead of the default?

thanks,
Murtaza
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top