1 Reply Latest reply on May 25, 2009 5:51 AM by nbelaevski

    Persisting Multiple records using one form.

    ambrish_kumar

      Hi Everyone,

      I have a form on which I am entering phone number and city.
      The form prompts the user to enter 3 phone numbers and 3 cities.
      My java bean is Address which have two fields phone and city.

      How can I bind the Java bean with form so that after submission of form three entries will go in Address table.

      Thanks
      Ambrish