Re: wicket:container beta3 and post snapshots

2007-10-05 Thread dukehoops
once I fixed my markup typo everything worked fine - so nothing to fix here. -nikita igor.vaynberg wrote: > > submit a quickstart and make sure you are trying against trunk > > -igor > > > On 10/5/07, dukehoops <[EMAIL PROTECTED]> wrote: >> >> Duh, my markup was wrong! should have been > wi

Re: wicket:container beta3 and post snapshots

2007-10-05 Thread Igor Vaynberg
submit a quickstart and make sure you are trying against trunk -igor On 10/5/07, dukehoops <[EMAIL PROTECTED]> wrote: > > Duh, my markup was wrong! should have been > > > > > dukehoops wrote: > > > > I'm seeing the same problem. > > > > My markup: > > > > > > <_

Re: wicket:container beta3 and post snapshots

2007-10-05 Thread dukehoops
Duh, my markup was wrong! should have been dukehoops wrote: > > I'm seeing the same problem. > > My markup: > > > <__span wicket:id="userNameLabel">[userName] > > > > -- View this message in context: http://www.nabble.com/wicket%3Ac

Re: wicket:container beta3 and post snapshots

2007-10-05 Thread dukehoops
I'm seeing the same problem. My markup: [userName] Code: //in page constructor WebMarkupContainer loginInfoContainer = new WebMarkupContainer("loginInfoContainer"); Label userNameLabel = new Label("userNameLabel", new Pr

Re: wicket:container beta3 and post snapshots

2007-08-31 Thread Igor Vaynberg
works fine for me WebMarkupContainer container = new WebMarkupContainer("container"); add(container); container.add(new Label("label", "hello")); -igor On 8/31/07, Evan Chooly <[EMAIL PROTECTED]> wrote: > > I suddenly started getting errors using wicket:container saying it failed > to > handle

wicket:container beta3 and post snapshots

2007-08-31 Thread Evan Chooly
I suddenly started getting errors using wicket:container saying it failed to handle it. Is anyone else seeing this or is my env just really busted?