2014-07-05 20:43 GMT+08:00 Martin Grigorov <[email protected]>: > > The code above is again Wicket 6.x/7.x but in DEVELOPMENT mode. > It should generate also the Wicket.Ajax.*** stuff. I cannot say why it is > missing for you.
Oops I must got it wrong. The two servers are wicket 6. One is without wicket-bootstrap , and the modal works like a charm. Another dev server , I incorporated wicket-bootstrap , it seems not working. After I change "DEVELOPMENT" to "DEPLOYMENT", It generates : <input type="submit" class="btn btn-default" name=":submit" id="*id6c*" value="submit"> <input type="button" class="btn btn-default" name="cancel" id="*id6d*" value="cancel"> But i still find another "id6c" or "id6d" in the source code. I don't know if it is wicket-bootstrap that affects modal ... The setCloseButtonCallback() , and setWindowClosedCallback() events are correctly triggered.
