0 Replies Latest reply on Feb 13, 2007 7:56 PM by javalover75

    Linking Dynamic Forms To Seam Component

    javalover75

      I am starting a new project where I would like to be able to create dynamic form elements and link them to seam components.

      For example, a form will render initially with a single inputText element for a site domain and provide a link at the bottom allowing the user through AJAX to add an additional inputText tag for one to many additional domains they may have. How can I link the newly created inputText element to a seam component attribute - preferably a List.

      Also, I would like to take this example a step further and add rows dynamically to a table that would map to a List containing objects again not knowing how many the user would create beforehand. An example object would be a BonusTier.

      Any examples or links would be appreciated.

      Thanks