u just need to define a property in your ActionForm which would be ArrayList for
a Select box...
and you need to set the action mapping in the struts config.xml
your action class will receive the form obj as param in execute method which
will already have all the values in the arraylist.. so no hassles..