Re: web session not available to current thread

2018-12-05 Thread Ernesto Reinaldo Barreiro
Hi, See http://wicketinaction.com/2014/07/working-with-background-jobs/ https://github.com/reiern70/antilia-bits/tree/master/bgprocess On Thu, Dec 6, 2018 at 7:35 AM Arunachalam Sibisakkaravarthi < arunacha...@mcruncher.com> wrote: > Hi guys, > I am facing problem when try to get current

Re: http://examples7x.wicket.apache.org/ is down

2018-12-05 Thread Maxim Solodovnik
Works for me (except for websockets) what are your steps? On Thu, 6 Dec 2018 at 13:34, nino martinez wael < nino.martinez.w...@gmail.com> wrote: > the same with http://examples8x.wicket.apache.org/ > > On Wed, Nov 21, 2018 at 9:42 AM Martin Grigorov > wrote: > > > Yes, it is a known problem. >

web session not available to current thread

2018-12-05 Thread Arunachalam Sibisakkaravarthi
Hi guys, I am facing problem when try to get current session in separate thread. Have a button in a page to import contacts. When user clicks the button, it invoke Spring Async method in service class. The method saves the contacts. Inside the method I have used Sessiong.get() to get username.

Re: http://examples7x.wicket.apache.org/ is down

2018-12-05 Thread nino martinez wael
the same with http://examples8x.wicket.apache.org/ On Wed, Nov 21, 2018 at 9:42 AM Martin Grigorov wrote: > Yes, it is a known problem. > Yesterday I shared a link to a ticket for Apache Infra about in dev@ : > https://issues.apache.org/jira/browse/INFRA-17280 > > On Wed, Nov 21, 2018 at 10:22

Re: Using the summernote rich text editor with Wicket

2018-12-05 Thread Tobias Soloschenko
You also need the Maven-Dependencies of wicket-bootstrap - could you check the Network traffic to see if there are any 404 for CSS / JS kind regards Tobias > Am 05.12.2018 um 21:50 schrieb dylanbozeman : > > I didn't find any errors in the Javascript console of the browser. > > Which CSS

Re: Using the summernote rich text editor with Wicket

2018-12-05 Thread dylanbozeman
I didn't find any errors in the Javascript console of the browser. Which CSS files / JS files are required? All that I have done is replicate the java class/html-markup that you linked me to. I don't see any CSS/JS files associated. Could you link me to those as well perhaps? Thank you for your