Cleteci

Results 2 issues of Cleteci

When using `h:selectOneRadio` with `group` attribute and , the listener method isn't called. Ex: ``` ``` The method `bean.method` is never called.

When using the `group` attribute in `h:selectOneRadio`, the styleClass attribute is ignored. Ex: ``` ``` The output is: ``` ``` The styleClass is ignored. The workaround is to use the...