Hello, I need to dynamically load a dropdown menu, I use bootstrap natively,
but by combining AjaxLink with the link, which contains data-toggle =
"dropdown" menu does not display, the link must display a menu with
notifications, but these should be loaded so lazy to click. The html is as
follows. Does anyone know how to solve this problem?.
Thanks in advance.
<ul class="nav pull-right">
<li class="dropdown"> <#> / / <sup wicket:id="numNotifications"
class="badge badge-success">25</sup>
<div class="dropdown-menu" style="width: 425px">
<div wicket:id="lazyPanel"></div>
<hr>
<div class="labelAllNotifications">
/ <#> / See all notifications
</div>
</div></li></ul>
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/DropDownMenu-with-AjaxLink-tp4657759.html
Sent from the Users forum mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]