options-collection collection - label help

View: New views
1 Messages — Rating Filter:   Alert me  

options-collection collection - label help

by ministrymason :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I have created a selection:

<s:select name="member">
<s:options-collection collection="${actionBean.members }" value="id" label="surname" />
</s:select>

In the label section i want to display forename and surname, not just the surname. Is it possible to display two variables. If not does anyone know a way of doing this?

Thanks