6 Replies Latest reply on Jan 25, 2011 10:37 AM by anicapil

    How align the commandLink into rich:column

    anicapil

      <rich:column width="165">

                              <f:facet name="header">

                                  <h:outputLabel value="#{messages.header_number_of_approved}"/>

                              </f:facet>

                              <h:outputText value="#{adminStartManager.getNextDoneCountry(index)}"/>

       

                              <a4j:commandLink id="unlock_approved" value="#{messages.label_unlock_approved_production}"

                                               action="#{adminStartManager.unlockProductionForApprovedCountry(index)}"

                                               onclick="if (!confirm('Do you really want to unlock this country?')) return false;"

                                               reRender="productionsTable, countriesDataTable"

                                               disabled="#{adminStartManager.doneCountriesListLength eq 0}">

       

                              </a4j:commandLink>

                          </rich:column>

       

      Now the question is how to align commandLink in the right side of the column?