Please refer this related question. how ever i do not want to disable instead i need to hide. seems there is no render property for select one radio items. how can i achieve this
Asked
Active
Viewed 244 times
0
-
1Possible duplicate of [How to conditionally render an f:selectItem tag?](https://stackoverflow.com/questions/6932034/how-to-conditionally-render-an-fselectitem-tag) – Selaron Nov 20 '18 at 09:13
-
Deleted my answer because question is a duplication. Just want to add that you can use `f:selectItems value="#{bean.options}"` and conditionally filter your `List
` within the Java bean before returning it in `getOptions()` or during bean construction. – Selaron Nov 20 '18 at 09:31