Re: [Wicket-user] Change or bug from 1.1 to 1.2

2006-03-09 Thread Igor Vaynberg
this is a change. due to our partial render and ajax implementations the components now have to be 1:1 between java and markup.-IgorOn 3/9/06, Jerry Smith <[EMAIL PROTECTED]> wrote: I had a page in 1.1 along the lines of.add(new Label("label", "some text"));In the html I had In 1.2 it breaks w

[Wicket-user] Change or bug from 1.1 to 1.2

2006-03-09 Thread Jerry Smith
I had a page in 1.1 along the lines of .add(new Label("label", "some text")); In the html I had . . . . In 1.2 it breaks with: wicket.markup.MarkupException: The component [Component id = label, page = test.HomePage, path = 0:label.Label, isVisible = true, isVersioned = true] has the same w