11 Replies Latest reply on Apr 7, 2011 6:58 AM by iabughosh

    h:selectOneRadio in rich:tabPanel visual problem

    ainanmis

      radio buttons is shifted. How can I solve this problem. Can you help me? My code is below

       

      <rich:tabPanel switchType="client">

                                          <rich:tab header="Hasta Bilgi Formu">

       

                                              <h:panelGrid columns="3">

                                                       <h:outputText value="Kabul Tipi" styleClass="blueLabel" />

                                                       <h:selectOneRadio id="kabulTipi" value="#{mybean.kabul} "

                                                        layout="pageDirection">

                                                                 <f:selectItem itemValue="POL" itemLabel="Pol"/>

                                                                 <f:selectItem itemValue="DAH" itemLabel="Dah"/>

                                                                <f:selectItem itemValue="CER" itemLabel="Cer"/>

                                                       </h:selectOneRadio>

                                                       <h:message for="kabulTipi" style="color:red"/>

       

                                               </h:panelGrid>

                                          </rich:tab>

       

      </rich:tabPanel>