1 Reply Latest reply on Nov 27, 2007 5:43 AM by djo.mos

    a4j:form inside rich:dataTable

    thejavafreak

      Dear all is it possible to have an a4j:form inside rich:dataTable ? Where there is an input text on each row of that dataTable. If it is possible, how do we get the value from that input text?

      Thanks in advance

        • 1. Re: a4j:form inside rich:dataTable
          djo.mos

          Hi.
          I think that you can achieve this by declaring the form element inside one of the columns and put the inputText component inside it.

          To answer your second question: You simple bind the value of the text input to a property in your backing bean ....

          Regards.