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 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016127#4016127 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4016127 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
