Re: Ajax request stopped because of precondition check

2018-10-05 Thread onejasonforsale
Hello, I know this is a very old thread, but I would like to mention our similar problem and the solution. In our case, we had a DataTable and a textbox to filter items in the table. When a user types in text in the textbox, items in the table are filtered. We accomplish this with an

Re: Wicket Components

2018-10-05 Thread Martin Grigorov
And ShieldUI: http://www.shieldui.com/products/java-wicket On Fri, Oct 5, 2018 at 12:17 PM Andrea Del Bene wrote: > Sorry, the correct link for the second library is the following: > > http://www.7thweb.net/wicket-jquery-ui > > On Fri, Oct 5, 2018 at 11:13 AM Andrea Del Bene > wrote: > > > Hi,

Re: Displaying a Jenkins like "Getting ready to work" message in a web page when application is starting up

2018-10-05 Thread James Selvakumar
Hi Martin, Thank you very much for the response. I'll check that out. On Fri, Oct 5, 2018 at 3:02 PM Martin Grigorov wrote: > Hi, > > You are very welcome! > > Since you use Spring I'd recommend you to check this article+demo app: > https://github.com/nurkiewicz/spring-startup-progress > It

Re: Wicket Components

2018-10-05 Thread Andrea Del Bene
Hi, you could take a look at Wicket Bootstrap integration ( http://coding.teliclab.info/wicket-7.x/components) which provides many components based on the popular css framework. There is also project http://www.7thweb.net which provides JQuery UI and Kendo UI integration. On Fri, Oct 5, 2018 at

Re: Wicket Components

2018-10-05 Thread Andrea Del Bene
Sorry, the correct link for the second library is the following: http://www.7thweb.net/wicket-jquery-ui On Fri, Oct 5, 2018 at 11:13 AM Andrea Del Bene wrote: > Hi, > > you could take a look at Wicket Bootstrap integration ( > http://coding.teliclab.info/wicket-7.x/components) which provides

Wicket Components

2018-10-05 Thread kyrindorx
Hello everybody, I am looking for a component frame or some individual components with wicket. The Wicket examples show some simple solutions, but I want to have a collection of GUI components like Primefaces (https://www.primefaces.org/). Does anyone know such a project? I am grateful for

Re: Displaying a Jenkins like "Getting ready to work" message in a web page when application is starting up

2018-10-05 Thread Martin Grigorov
Hi, You are very welcome! Since you use Spring I'd recommend you to check this article+demo app: https://github.com/nurkiewicz/spring-startup-progress It should give you an idea how to do it. On Fri, Oct 5, 2018 at 5:09 AM James Selvakumar wrote: > Hi all, > > First of all I would like to