1 Reply Latest reply on Mar 19, 2009 11:47 AM by swd847

    seam query

    vasavi

      If we want to insert a new record in a table through browser, we have an option of create new record. By pressing this button,we can enter the fields in new record. I would like to enter multiple records in same page. Can anybody help me in doing this...

        • 1. Re: seam query
          swd847

          You need a backing bean that maintains a list of records. Bind this list to the value expression of a datatable or (ui|a4j):repeat. The when you hit the save button iterate through the list and persist each record.