Re: wicket:container beta3 and post snapshots

2007-10-05 Thread dukehoops
I'm seeing the same problem. My markup: wicket:container id=loginInfoContainer [userName] !--Hello, # [userName] /a-- /wicket:container Code: //in

Re: wicket:container beta3 and post snapshots

2007-10-05 Thread dukehoops
Duh, my markup was wrong! should have been wicket:container wicket:id dukehoops wrote: I'm seeing the same problem. My markup: wicket:container id=loginInfoContainer __span wicket:id=userNameLabel[userName]/__span

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 wicket:container wicket:id dukehoops wrote: I'm seeing the same problem. My markup: wicket:container

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 wicket:container

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?

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)); wicket:container wicket:id=containerdiv wicket:id=label/div/wicket:container -igor On 8/31/07, Evan Chooly [EMAIL PROTECTED] wrote: I suddenly started