> <UL>
>     <li><a href="www.javalobby.org">Click here</a></li>
>     ...
> <UL>
 
Also looks like

> <a wicked:id="myLink">
>    <li wicket:id="row"
>         <span wicket:id="label">the label</span>
>     </li>
> </a>

Needs to be 

<li wicket:id="row">
        <a wicked:id="myLink">
                <span wicket:id="label">the label</span>
        </a>
</li>

This also means the label component "label" needs to be added to the link
component instead of listview item

Igor




-------------------------------------------------------
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
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to