Home struts generators
sometime,IDE is the memory eater.sometime,simple generator web based is a good choice!

struts html tag select generatorstruts html tag select generator

Tag Class:org.apache.struts.taglib.html.SelectTag

Render A Select Element

Renders an HTML <select> element, associated with a bean property specified by our attributes. This tag is only valid when nested inside a form tag body.

This tag operates in two modes, depending upon the state of the multiple attribute, which affects the data type of the associated property you should use:

WARNING: In order to correctly recognize cases where no selection at all is made, the ActionForm bean associated with this form must include a statement resetting the scalar property to a default value (if multiple is not set), or the array property to zero length (if multiple is set) in the reset() method.


select
alt
altKey
bundle
dir
disabled
errorKey
errorStyle
errorStyleClass
errorStyleId
indexed
lang
multiple
name
onblur
onchange
onclick
ondblclick
onfocus
onkeydown
onkeypress
onkeyup
onmousedown
onmousemove
onmouseout
onmouseover
onmouseup
property*
style
styleClass
styleId
tabindex
size
title
titleKey
value
Examples
references tag html reference