|
First you are just showing the values in your
p:selectOneMenu but not assigning those values, value property stands to be able to assign currently selected value from client side into the backing bean value, so;
Now if user selects Poland as country it will be setted as selectedCountry on the backing bean also do not forget to implement getter and setter methods.Then if you want to reset the value of the component, p:selectOneMenu generates a label and changing it's text can do the trick on view:
And the js function:
|
No comments:
Post a Comment