Can anyone point me to a working example of how to render an array of String objects as a list box in a JSP such that the contents of the list box can come from a property set on the request and not the bean mapped to the struts Action?
It seems like this should be straight forward based on the examples I've found on the web, but I keep getting errors when I try them which leads me to believe that the examples have left out (obvious) steps. Thanks, -Adam