View Source Return to examples page

Select / Options examples


View the HTML source to see the generated option values.

1. Simple select tags

Single select, size="1" (drop down list)

Single select, size="4"

Multi-select, size="7"

2. Populating options from arrays and collections

Option values and labels populated from the same array:

Option values and labels populated from different arrays:

Option values populated from an array and labels populated from a collection:

3. Populating options from a Collection of LabelValueBeans

Options populated from a Collection of LabelValueBeans, using <html:options>:

Options populated from a Collection of LabelValueBeans, using <html:optionsCollection>:

 

4. Populating options from a Collection of custom beans

Options populated from a Collection of BookBeans, using
<html:options>:

Options populated from a Collection of BookBeans, using
<html:optionsCollection>:

 

4. Populating options from a Map

Options populated from a Map, using
<html:options>:

Options populated from a Map, using
<html:optionsCollection>: