Inserting records into the database only after you have finished inserting into a List

0

I do not know if I was very specific in the title, but I'll try to be more in the description. I have in my database a table of Disciplines that contains:

  • id
  • name
  • hourly load
  • I would like these disciplines to be added in a table (in primefaces) where I could click and it go to a second table, a table of "chosen" for example. And it is only after I finish the choice that I can click Submit and the records are saved to the bank. I'm using Java, Hibernate and Primefaces, I've seen something similar but I can not find the component in ShowCase.

        
    asked by anonymous 28.01.2015 / 01:56

    0 answers