Hello list people

I'm using struts 1.0.

I have a User object with a string array availableGroups. I want to
generate a select options list from this array in a jsp. 

Using a session bean of type User named currentUser, I can iterate the
array like this:

<logic:iterate id="x" name="currentUser" property="availableGroups">
<br /><bean:write name="x" />
</logic:iterate>

but i can't work out how to do the same sort of thing but generating a
select list. Well i can, but not using struts taglibs!

Can anyone help?

cheers

matthew



--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to