How can I nested label components?
WicketMessage: Expected close tag for '<li
wicket:id="groupDescription">' Possible attempt to embed component(s)
'<span wicket:id="qtyMembers">' in the body of this component which
discards its body
<html xmlns:wicket>
<wicket:panel>
<h3 wicket:id="username">jphernandez</h3>
<div class="loginCnt">
<div class="nav">
<a href="#">Mi perfil</a> |
<a wicket:id="logout" href="#">Salir</a>
</div>
<div class="datos floatFix">
<wicket:link>
<img src="resources/icons/avatar_side.gif" alt=""/>
</wicket:link>
<b>#</b> Notas / <b>#</b>Debates<br/>
# puntos en este torneo<br/>
# es mi posición en el<br/>
ranking de este torneo</div>
<div class="adicional">
<a wicket:id="groupsListPage" href="#"><strong>Mis Grupos y
Foros</strong></a>
<ul wicket:id="groupList">
<li wicket:id="groupDescription">GRUPO
<span wicket:id="qtyMembers">( # Participantes)</span>
</li>
</ul>
<br />
<span wicket:id="navigator"></span>
</div>
</div>
</wicket:panel>
</html>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]