1 Reply Latest reply on Oct 2, 2014 3:56 AM by michpetrov

    colspan in panelgrid

    modad

      Hi there,

       

      i am looking for an option to use a colspan to layout some input elements (it is not a datatable).

      I try somethink like this, without success:

       

      <h:panelGrid columns="2">
      <h:outputText value="1" />
      <h:outputText value="1" />
      <rich:column colspan="2">
      <h:outputText value="2" />
      </rich:column>
      <h:outputText value="1" />
      <h:outputText value="1" />
      </h:panelGrid>

       

      Somebody andy idea?

      Using richfaces 4.3.4

        • 1. Re: colspan in panelgrid
          michpetrov

          Hi,

           

          you can simply use a <table>, that's what h:panelGrid renders as anyway. H:panelGrid is not a RichFaces component, so even if there were something wrong we wouldn't be able to fix it.