Adam Gordon wrote:
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?

Use the 'name' attribute on the Struts html:* tags to target a specific bean other than the enclosing form. Or you can just iterate the values using bean:logic or JSTL's c:forEach and use regular HTML markup instead of the html:* tags.

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.

Try posting the specifics of what you're trying and how it is failing. It *should* be pretty straight-forward, so if we can see what you're doing, we can probably spot your mistake ;-)

L.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to