Repeating form on a page

2010-04-16 Thread David Hamilton
) Is this best approach for this situation? 2) If it is, how do I bind each POJO on the list to a unique form instance? The goal is to allow each contact to be individually edited and saved. Any help is greatly appreciated. Thanks, David Hamilton Web Coordinator (615) 843

RE: Repeating form on a page

2010-04-16 Thread David Hamilton
day I fully understand this I'd be happy to implement one myself, even if only for the sake of clarity in my code ;) Thanks, Xavier 2010/4/16 David Hamilton dhamil...@hermitagelighting.com I am new to Wicket (and have had great help from this community so far - thank you). My question here

Newbie Question about populating form values

2010-04-14 Thread David Hamilton
I'm a new Wicket using trying to figure out how to populate a form's initial value with data from a bean (that is in the session already). I've actually got it working, but I don't think I'm doing the best way. public final class EmployeeMain extends BasePage { public EmployeeMain() {