we have the requirement to implement a <h:selectOneRadio> component with nested components.
Example:
# Export all
# Export language
-----------------------------------------
- Listbox that holds some values.
- Only active when "export language
- is selected
-----------------------------------------
# Export something else
...
Does anybody have a idea how to implement this? Please let me know ;)
I tried your example. It doesn´t work for me because the listbox will be displayed above the radio box. The expected result is that the listbox will be displayed under the radio box.