You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Lisaa <li...@yahoo.com> on 2006/04/05 10:20:24 UTC

Problem: selectOneRadio+style

Hi.,
CSS style for selectOneRadio is not working. Please see ..
 
<h:selectOneRadio  styleClass="selectOneRadio"   
value="#{configuration.leasingartSelected}" onclick="submit();" 
valueChangeListener="#{configuration.leasingartValueChange}">
									
<f:selectItem itemValue="Privat" itemLabel="Privat" />
<f:selectItem itemValue="Gewerblich" itemLabel="Geschäftlich" />
 
</h:selectOneRadio>
 

The labels were not displayed according to the style class I defined (inline
style also).
Any suggestions?

Thanks.

--
View this message in context: http://www.nabble.com/Problem%3A-selectOneRadio%2Bstyle-t1398020.html#a3760033
Sent from the MyFaces - Users forum at Nabble.com.