Re: Graphing Framework for Wicket

2015-06-02 Thread Johannes Renoth
Please be aware that wicked-charts uses highcharts to do the actual plotting. Highcharts is not free for commercial use and requires a license (see http://shop.highsoft.com/highcharts.html). On 06/01/2015 05:47 PM, Mihir Chhaya wrote: One correction; it is called Wicked Charts (

Junit4 Dependencies of WicketTester

2018-07-31 Thread Johannes Renoth
Hello everyone, i wanted to ask if there is a possibility that the Junit4 Dependencies in WicketTester can be removed (i would provide PR if you like). Using Junit5 breaks these dependencies since Junit decided to break with their old API completely in version 5. Greetings, Johannes Renoth

Re: Retrieve user's page on the site

2019-12-31 Thread Johannes Renoth
Hi Ernesto Reinaldo Barreiro , Can you provide example code for a solution? Since this is a general Problem, maybe it would be helpful to add it to the wicket core libaries. Have a happy new year, Johannes Renoth On 2019-12-30 16:52, Ernesto Reinaldo Barreiro wrote: > Hi, > > On

Re: Retrieve user's page on the site

2020-01-01 Thread Johannes Renoth
ar to all. > > On Tue, Dec 31, 2019 at 4:07 PM Johannes Renoth > wrote: > >> Hi Ernesto Reinaldo Barreiro , >> >> Can you provide example code for a solution? Since this is a general >> Problem, maybe it would be helpful to add it to the wicket core libaries

Illegal Reflective Access in DefaultPropertyLocator

2021-01-18 Thread Johannes Renoth
Hello, In my project i have the following Warning since the Update to Java 11: The issue remains even after trying with the latest Version 9.2.0 I am using a LocalDateTime Model Object with PropertyModel(LocalDateTime, "date"). Of course i could try to split my Model into two parts date and

Re: Illegal Reflective Access in DefaultPropertyLocator

2021-01-19 Thread Johannes Renoth
ternal implementation of > LocalDateTime anyway (private members), and not a very nice thing to > do :). > > You should write proper models for dealing with it, or write custom > converters I guess. > > On Mon, Jan 18, 2021 at 5:14 PM Johannes Renoth > mailto:johannes.ren...

Re: Illegal Reflective Access in DefaultPropertyLocator

2021-01-19 Thread Johannes Renoth
Hi Bas, Thank you for your help, unfortunately it is not that simple (i need write-access as well). I solved the problem anyways (see other answer) Johannes Renoth On 2021-01-18 18:10, Bas Gooren wrote: > Hi! > > That’s actually quite easy to replace: > > If you have a m

Bug with backbutton in Chrome / Edge

2021-07-02 Thread Johannes Renoth
Hello all, FYI: we found a bug in Chrome that mainly affects Wicket applications when navigating back. https://bugs.chromium.org/p/chromium/issues/detail?id=1225212 It is easily reproducable with the quickstart in the ticket.

Re: Wicket 8.x Migration Issues with AjaxFallBackLink

2021-03-23 Thread Johannes Renoth
Hi, you have to use target.ifPresent(t -> t.add(feedback)); instead of target.get().add(feedback); Trying to get an O Optional with no value present results in the mentioned error. Greetings, Johannes Renoth On 2021-03-23 0:09, Satyavathi Iynaparthi wrote: > Classification: Confid

Escaping Braces in StringResourceModel

2021-02-14 Thread Johannes Renoth
it is not intended by the user. I also have not found the reason why it does this in the first place. Any suggestions or ideas? Greetings, Johannes Renoth - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Re: ModalWindow to ModalDialog // closedCallback

2023-10-20 Thread Johannes Renoth
resize, move, header, closebutton). Hope that helps, Johannes Renoth On 20/10/2023 10:31, Korbinian Bachl wrote: Hi, when I try to migrate a ModalWindow to ModalDialog i came accross this: add(new AjaxLink("edit") { @Override public void onClick(AjaxRequestTar

Wicket 9.13.0 Release Date?

2023-03-22 Thread Johannes Renoth
question: Do you have planned a release date for Wicket 9.13.0 yet? Thank you very much, Johannes Renoth - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org