Thanks for your answer, but thats not ne problem ... a user-object hasn't
got this "selectedRoleId" attribute.
It has a "role" object as Attribute and I need the Id (from the
selectOneMenu) to add the correct role-object to the user-object (what is
done in the bean).
So I have to know, what SelectItem from the selectOneMenu was selected for
each single row but I can't save this information in the user-object.


As far as I know, the "<h:selectOneMenu value="#{bean.selectedRoleId}">" in
my code only works for one selectOneMenu and not for multiple menus in a
table - So there is no functionallity in this "value".
----- Original Message ----- 
From: "Greg" <[EMAIL PROTECTED]>
To: "MyFaces Discussion" <[email protected]>
Sent: Monday, March 27, 2006 5:40 PM
Subject: Re: DataTable with SelectOneMenu


Sorry, I meant:

<h:selectOneMenu value="#{user.selectedRoleId}">

Reply via email to