Wizard vs WicketTester

2020-04-03 Thread Maxim Solodovnik
Hello All, I'm trying to to test Wizard with WicketTester Wizard is the component with "splitted" form which is partially submitted multiple times FormTester allows only single submit it's not a problem to create second FormTester BUT lastRendered page === 'null' after submit :( Maybe I'm doing

Re: best way to get wysiwyg with wicket

2020-04-03 Thread Martin Spielmann
Hi, if your app uses Bootstrap and you are OK to stay with HTML, you can have at the SummernoteEditor from the excellent wicket-bootstrap- extenstions library. Example here: https://github.com/l0rdn1kk0n/wicket-bootstrap/blob/bc567ae0f77497216720f909e1b2e55a929e25cd/bootstrap-samples/src/main/java

Re: best way to get wysiwyg with wicket

2020-04-03 Thread Maxim Solodovnik
Here are couple examples http://www.7thweb.net/wicket-jquery-ui/plugins/wysiwyg/WysiwygEditorPage?1 https://github.com/wicketstuff/core/tree/master/tinymce3-parent https://github.com/wicketstuff/core/tree/master/tinymce4-parent On Sat, 4 Apr 2020 at 01:24, Korbinian Bachl wrote: > Hi, > > I nee

best way to get wysiwyg with wicket

2020-04-03 Thread Korbinian Bachl
Hi, I need to be able to let complete novices edit and write nicely formatted texts in an backend thats powered by wicket (required e.g.: H1-H4, normal text, bold text, images - only simple stuff mostly). In the past I used the ckeditor but that outputs html and Im not sure that cluttering font

Re: ERROR org.apache.wicket.protocol.http.WebApplication.storeBufferedResponse

2020-04-03 Thread Thorsten Schöning
Guten Tag Sven Meier, am Mittwoch, 1. April 2020 um 21:09 schrieben Sie: > Seems WebPageRenderer thinks it has to store the rendering result and > redirect to it. > That's definitely nothing something you want to have when using > ComponentRenderer. Agreed, but I couldn't find yet why it thinks s

Re: Kendo Material update from 8.3.0 to 8.6.0 adds 'user-select:none'

2020-04-03 Thread Manfred Bergmann
OK, thanks. I'll check with the Kendo people. Martin Grigorov-4 wrote > Hi Manfred, > > On Thu, Apr 2, 2020 at 6:23 PM Bergmann Manfred < > mb@ > > > wrote: > >> Hi. >> >> We’ve just realized that none of the texts when changing this library >> version are selectable/copyable. >> Is this i