Re: Indicating dialog button don't stop

2016-09-18 Thread Maxim Solodovnik
Hello Sebastien, sorry for the late response was too busy to check :(( Everything works as expected in samples, will check my code Thanks a lot for the fix! On Tue, Sep 13, 2016 at 3:01 AM, Sebastien wrote: > Hi Maxim, > > This is not intended that the dialog flickers... This is weird and I don

Re: Wicket 6 - How to fill form based on listview selected row

2016-09-18 Thread Pedro Santos
Hi, you can construct a link using both a reference to ListView item's model and the form, so when clicked it gets the new form value from the selected item. cheers e.g. populateItem(item){ item.add(new SelectItemLink("id", item.getDefaultModel(), form)); } class SelectItemLink{ onClick(){

Front End Framework for wicket

2016-09-18 Thread Ricardo Roman Rodriguez SaldaƱa
Hi List, i have been usign wicket for about 3 years now, at the beginning i would use some custom css and js for the ui and look and feel of the application, latter, started using bootstrap mostly, but lastly it seems that all the new front end frameworks are being made/updated with angular in