I want to keep the children. Here is what I have:<html xmlns:wicket> <wicket:panel> <div class="Menu"> <span wicket:id="menuItems"><div class="MenuBlockTitle"><span wicket:id="title">_title</a></div><div class="MenuBlock">more stuff</div> </span> </div> </wicket:panel> </html>Hmm.. why don't you use just <div class="MenuBlockTitle" wicket:id="title">_title</div> The spans in the div are not necessary.
I think so, it's the repeater (ListView). Gotta attach that to something. Eelco
-Matej
------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
