Re: Re: Page load without version redirect for Bootstrap Modal

2013-02-08 Thread Tom Eicher
Thanks Igor, that worked. As a hint to future bootstrapping wicketeers: remove the all data-toggle, href, data-target etc attributes and the $('#myModal').modal(); call. put the modal's body in a container div. then render the dialog content using AJAX like new AjaxLink(EditAjax) {

Re: Page load without version redirect for Bootstrap Modal

2013-02-07 Thread Igor Vaynberg
instead of doing it that way have the ajax operation that opens the dialog render the content into some div in the markup and call the dialog on that div. -igor On Thu, Feb 7, 2013 at 4:38 PM, Tom Eicher t...@teicher.net wrote: Hello, with Bootstrap's modal functionality, I can make very cool