are you sure this still happens if you remove one of them? only immediate parent is checked for id collissions so unless you are somehow adding two components with id emaillabel to the same parent you wont get this error. feel free to create a quickstart that reproduces it.
-igor On Thu, Oct 30, 2008 at 5:46 PM, Andrew Berman <[EMAIL PROTECTED]> wrote: > Hello, > > I am using Wicket 1.3.5 and I created a panel which contains a form. I have > a parent template page and a child of the parent page, both of which contain > an instance of the panel. However, even if I give the panels two different > ids, I get an error like: > > The component [MarkupContainer [Component id = emailLabel]] has the > same wicket:id as another component already added at the same level > > Why is this happening since I am putting them in a different part of > the hierarchy? > > Thanks, > > Andrew > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
