| Author |
selectOneMenu label value
|
gary stines
Greenhorn
Joined: Mar 11, 2002
Posts: 19
|
|
How can I programatically get the label value from a selectOneMenu tag <h:selectOneMenu value= "#{person.personid}"> <f:selectItems value="#{person.personList}"/> </h:selectOneMenu> I can access the personid in the backing bean, but how can I easily access the corresponding label value
|
 |
Varun Khanna
Ranch Hand
Joined: May 30, 2002
Posts: 1400
|
|
This was discussed earlier. Hope it helps.
|
- Varun
|
 |
 |
|
|
subject: selectOneMenu label value
|
|
|