1. How do i hide the f:selectItem tag under h:selectOneRadio stackoverflow.comFor
|
2. while using SelectItems tag, I am getting IllegalArgumentException coderanch.comtwo problems: 1.) your setter for select items is never actually getting called. You could probably fix the problem by calling that setter in your constructor. 2.) you are binding the value of f:selectItems to plList, but your getter is for options. You can either change the getter to getPlList, or you can change the value binding to selectItemsBean.options Hope this ... |