Hello,

I have bound an "HtmlSelectOneMenu" to my backing bean using "binding=..."
on the tag.  I can get the chosen "value" easily enough with:


    HtmlSelectOneMenu m;
    ...
    String chosenValue = m.getValue();


Is there any way to get the "label" of the chosen item instead of the
"value" from the component?  Or is it absolutely necessary to query the
model that populated the "HtmlSelectOneMenu" in the first place?


-Thank you!
-- 
View this message in context: 
http://www.nabble.com/Chosen-label-from-an-HtmlSelectOneMenu--tf4378820.html#a12481694
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to