Alex Rodriguez Lopez wrote:
> 
> 
> Roger,
> you can use a list as setSelectedRoles(List<String> selectedRoles) that 
> will get filled with multiple Strings, this way you can iterate it 
> easily without having to split the comma separated string.
> 

Yes, you're absolutely correct. Struts will auto-translate a String of comma
seperated values into a List<String> which tidies things up a bit.

Thanks

-- 
View this message in context: 
http://old.nabble.com/Where-is-the-documentation-for-Struts-tags-....-tp28413026p28459108.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to