I'm sure this has been explained before, but it's not clear to me. Let's say that I have a Track object, which has a List of Pricing objects. When the user is creating a new Track, the Pricing objects will be null, but I want to allow the user to create multiple Pricing objects at once, using DHTML to create the new form elements.
How does Wicket handle variable numbers of form elements? Ideally, the same page will work when editing an existing Track. Then the question is: how do I make the current list of Pricing objects available to the form? Use a BoundCompoundPropertyModel? A ListView? Thanks for your help. ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
