Eelco Hillenius wrote:

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.
Sorry, didn't realised that's it's a listview. I usually attach listviews to <li> tags (or tr in table), but that just for semantical correctness :)

-Matej
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




-------------------------------------------------------
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

Reply via email to