Problem with Forms within Navomatic

2009-02-19 Thread Hagen Dasz
Hello ! I'm new to wicket, after testing the navomaticBorder stuff, i got a question about adding a form into the span wicket:id = navomaticBorder /span area: Doing this drops a hierarchy does not match Error... Any suggestions about MarkupContainer and hierarchies are welcome! Thanks in

Re: Problem with Forms within Navomatic

2009-02-19 Thread Hagen Dasz
Sorry i forgot to put the code snippets into the mail: Hello ! I'm new to wicket, after testing the navomaticBorder stuff, i got a question about adding a form into the span wicket:id = navomaticBorder /span area: Doing this drops a hierarchy does not match Error... Any suggestions

Re: Problem with Forms within Navomatic

2009-02-19 Thread Igor Vaynberg
you are putting the form inside the border, so you have to add it to the border or make the border transparent by overriding istransparentresolver() and returning true. -igor On Thu, Feb 19, 2009 at 6:42 AM, Hagen Dasz hagend...@gmx.de wrote: Sorry i forgot to put the code snippets into the

Re: Problem with Forms within Navomatic

2009-02-19 Thread Hagen Dasz
:29 -0800 Von: Igor Vaynberg igor.vaynb...@gmail.com An: users@wicket.apache.org Betreff: Re: Problem with Forms within Navomatic you are putting the form inside the border, so you have to add it to the border or make the border transparent by overriding istransparentresolver() and returning