I\'ve got a selectOneMenu which has all cities of a state. I\'ve made a sql to bring capital in first place, but i\'d like to bold it to make it more visible to who is using it. Is there a way to bold
I have this code above which works perfectly when i select some of the items on him... The a4j:support works fine and rerender my another field correctly...
I\'m using h:selectOneMenu and I want to get not the ID value, but the label. In the backing bean I create SelectItem objects which are taken for loading the h:selectOneMenu.
I have a开发者_如何学Pythonsked this question several times in this and various other forums, but still unable to implement it in my code.
I am creating a web application, where you have to read a list of objects / entities from a DB and populate it in a JSF <h:selectOneMenu>. I am unable to code this. Can someone show me how to do
I\'m having problem with getting the selected item from a selectOneMenu.Here is my JSF code: <h:form id=\"mainfrm\">
I have a开发者_JAVA技巧 form with around 90items. Is there a way to collect the generated values without having that many setters on the server side? can\'t I parse a list/array/object that I generate
I\'m trying to use an enum with a h:selectOneMenu box in a JSF2 project. What I\'ve got so far: Enum: public enum MyType {
I have a selectOneMenu look like this <h:form> <h:selectOneMenu value=\"#{CreateAds.selectedOwnerId}\">
I have a selectOneRadio menu with some selectItem\'s in them.I want to show the choices based on a property file.For example, if a store doesn\'t have a credit card reader, then I wouldn\'t show the c