Sorry, don't bother. My bad. I don't even dare to try to explain what was wrong, you will block me :)
On Fri, Nov 26, 2010 at 1:21 PM, Martin Grigorov <mgrigo...@apache.org>wrote: > show the code > > On Fri, Nov 26, 2010 at 12:17 PM, Poko Booth <poko.bo...@gmail.com> wrote: > > > Hi all, > > I'm probably doing something wrong here: > > > > I have a long data entry page in which at some point user has to enter > > address information 2-3 times [for different objects]. > > I created a panel with 4 fields [city/postal code/street/number]. The > panel > > takes an IModel<Address> in its constructor and the textfields are > declared > > with PropertyModels to this one. > > So, I add two panels to the page's form, with different ids and different > > models and I get the: > > "The component [MarkupContainer [Component id = street]] has the same > > wicket:id as another component already added at the same level". > > > > Any ideas? > > Thanx, > > Poko > > >