Hello folks.

I have a Bean called users with two properties (Id and Name)

<html:select name="users" property="name">
        <html:options collection="users" property="name" labelProperty="name" />
</html:select>

When a choose a name in this selection i need to know the ID of the 
selected user. How can i do that?

Thanks for any help.

Marcio Lima

Reply via email to