Re: web session not available to current thread

2018-12-14 Thread Maxim Solodovnik
Please contact Tomcat user@ mailing list for some reason remoteAddr is empty :( You still can use https://ci.apache.org/projects/wicket/apidocs/8.x/org/apache/wicket/protocol/http/ClientProperties.html#getRemoteAddress-- On Wed, 12 Dec 2018 at 07:53, Arunachalam Sibisakkaravarthi < arunacha...@mc

[ANNOUNCE] WicketStuff 6.30.0 Released

2018-12-14 Thread Maxim Solodovnik
WicketStuff core 6.30.0 based on Apache Wicket 6.30.0 is released and soon will be available at Maven Central! The changelog since 6.28.0 is: Maxim Solodovnik (2): Tests are fixed Wicketstuff 6.30.0 is released The WicketStuff team

Using WicketStuff TinyMceBehavior

2018-12-14 Thread dylanbozeman
I am attempting to use WicketStuff's TinyMceBehavior to add richtext capabilities to a textbox. I added the WicketStuff dependencies (including the one for TinyMce) However, when I do the following (as WicketStuff's documentation says to) final TextArea showArticleContent = new TextArea<

Re: Using the summernote rich text editor with Wicket

2018-12-14 Thread Martin Grigorov
Please create a mini application demonstrating the problem and we will take a look. Share it at GitHub or similar. On Fri, Dec 14, 2018, 23:48 dylanbozeman Anyone have an idea what could be wrong? I'm not getting any Pom dependency > issues, all my bootstrap dependencies are there and my code is

Re: Using the summernote rich text editor with Wicket

2018-12-14 Thread dylanbozeman
Anyone have an idea what could be wrong? I'm not getting any Pom dependency issues, all my bootstrap dependencies are there and my code is identical to the java class and html seen at https://github.com/l0rdn1kk0n/wicket-bootstrap/tree/wicket-7.x/bootstrap-samples/src/main/java/de/agilecoders/wicke