3 Replies Latest reply on Jul 30, 2012 2:46 AM by wingman

    how display two links in a single grid column

    wingman

      Hi how to display two links in a single grid column

       

      <h:panelGrid columns="1">

                              <h:link outcome="save">save</h:link>&#xa0;&#xa0;&#xa0;&#xa0;<h:link outcome="edit">edit</h:link>

          </h:panelGrid>

       

      here i have two links displaying first link in first row, second link in second row,  but  how to display both the links in a same row............please suggest