5 Replies Latest reply on Mar 20, 2013 9:10 AM by liuliu

    multiple form tags vs single form tag

    mmunir

      I am using jsf 2.1 with richfaces 4.2.3. I have a page containing three rich:popupPanel and one rich:dataTable. The popupPannels are being used to add, edit and delete records from dataTable.

       

      I want to know how the form tag should be used on this page:

      1. Single h:form tag enclosing all four tags
      2. Four h:form tags, elclosing each popupPanel and dataTable.