Re: [Wicket-user] Test Case - Nested Forms/Models and weird behaviour

2007-05-03 Thread Igor Vaynberg
i guess you shouldve mentioned you are using 1.2.6, because nested forms are 1.3 and up. what you can do is change: class AddressForm extends Form to class AddressForm extends WebMarkupContainer and in AddressForm.html change to then things should start working properly. of course the whole f

[Wicket-user] Test Case - Nested Forms/Models and weird behaviour

2007-05-03 Thread John RDF
OK. Below is a test case quick start application eclipse project that produces the quirks I have been describing. ftp://ftpuser:[EMAIL PROTECTED]/wicket-quickstart-1.2.6.rar The test procedure to reproduce strange behaviour is as follows. 1. Enter postcode in first address. 2. Hit address searc