Re: Nesting RepeatingView components: Possible attempt to embed component(s) error

2011-04-25 Thread Alexandros Karypidis
Hi, I actually managed to get around this by creating a component called DropDownMenu with the following HTML: html xmlns:wicket body wicket:panel span wicket:id=menu/span ul li

Nesting RepeatingView components: Possible attempt to embed component(s) error

2011-04-24 Thread Alexandros Karypidis
Hello, I want to add menus (as in a menu bar with drop-down menus) on my pages. In order to achieve that, I must use a nested RepeatingView (see further down for the explanation). What I need (and don't know how to do) is to be able to have markup like this: ul class=web-menu

Re: Nesting RepeatingView components: Possible attempt to embed component(s) error

2011-04-24 Thread James Carman
Check out the YUI menu support in wicketstuff. It works great for us. On Sun, Apr 24, 2011 at 4:41 PM, Alexandros Karypidis akary...@yahoo.gr wrote: Hello, I want to add menus (as in a menu bar with drop-down menus) on my pages. In order to achieve that, I must use a nested RepeatingView