Re: FormComponent and FormComponentPanel ClassCast Issue

2023-01-29 Thread Maxim Solodovnik
Maybe you can create quickstart? On Mon, 30 Jan 2023 at 08:58, Eric Hamel wrote: > > Good evening, > > Does anyone have any insight on this ? > > ———- > Eric Hamel > Senior Project Manager > Albany ITG > 528-697-4503 > > > On Jan 23, 2023, at 10:31 AM, Eric Hamel wrote: > > > > The

Re: Wicket on low end hardware

2023-01-05 Thread Maxim Solodovnik
You can render components, not just pages According to the list You can create the list of all HTML files, find correspondent Java files and try to render them from mobile (sorry for typos ;) On Fri, Jan 6, 2023, 01:20 Chris Colman wrote: > In my case I have lots of modal forms (using

Re: Wicket on low end hardware

2023-01-02 Thread Maxim Solodovnik
from mobile (sorry for typos ;) On Tue, Jan 3, 2023, 00:26 wrote: > It is not a very special setup. > > All devices run a Tomcat 9 servlet container. The servlet container runs > a webservice that is being used onsite by other systems and an > administration UI which is Wicket based. Both apps

Re: Ajax - component not rendered.

2022-11-08 Thread Maxim Solodovnik
Steps to create Mini application are here: https://wicket.apache.org/start/quickstart.html :)) On Tue, 8 Nov 2022 at 15:01, Martin Grigorov wrote: > Hi, > > Please try to reproduce the problem in a mini application and share it > with us! > > On Tue, Nov 8, 2022 at 9:41 AM Laurent Duparchy

[ANNOUNCE] WicketStuff 9.12.0 Released

2022-10-16 Thread Maxim Solodovnik
WicketStuff core 9.12.0 based on Apache Wicket 9.12.0 is released and soon will be available at Maven Central! Maxim Solodovnik (7): Switching to the next development version Jetty and Spring are updated Dependencies are updated Dependencies are updated .vscode

[ANNOUNCE] WicketStuff 9.11.0 Released

2022-07-11 Thread Maxim Solodovnik
WicketStuff core 9.11.0 based on Apache Wicket 9.11.0 is released and soon will be available at Maven Central! Maxim Solodovnik (3): Switching to the next development version Dependencies are updated and organized wicketstuff-core 9.11.0 is released The WicketStuff team

Re: Reg : Multiple versions of jQuery's are loaded on same page causing conflict

2022-05-31 Thread Maxim Solodovnik
Can you share quick-start project? from mobile (sorry for typos ;) On Tue, May 31, 2022, 17:03 sundar saba wrote: > Hi all, > > Based on your solution my actual problem is solved. May I know from > where another version of jQuery v2.2.4 is loaded? And I know that jQuery > v3.6.0 is loaded

[ANNOUNCE] WicketStuff 9.10.0 Released

2022-05-06 Thread Maxim Solodovnik
WicketStuff core 9.10.0 based on Apache Wicket 9.10.0 is released and soon will be available at Maven Central! Maxim Solodovnik (3): Switching to the next development version Dependencies are updated wicketstuff-core-9.10.0 is released The WicketStuff team

[ANNOUNCE] WicketStuff 9.9.1 Released

2022-04-11 Thread Maxim Solodovnik
WicketStuff core 9.9.1 based on Apache Wicket 9.9.1 is released and soon will be available at Maven Central! Maxim Solodovnik (5): commons-io is updated push-* modules are dropped Dependencies and plugins are updated Dependencies are updated Wicketstuff-core 9.9.1

[ANNOUNCE] WicketStuff 9.9.0 Released

2022-03-31 Thread Maxim Solodovnik
WicketStuff core 9.9.0 based on Apache Wicket 9.9.0 is released and soon will be available at Maven Central! Maxim Solodovnik (3): Switching to the next development version Dependencies are updated wicketstuff core 9.9.0 is released The WicketStuff team

Re: Get session details when it expires

2022-03-15 Thread Maxim Solodovnik
from mobile (sorry for typos ;) On Tue, Mar 15, 2022, 16:56 Arunachalam Sibisakkaravarthi < arunacha...@mcruncher.com> wrote: > Hi guys, > My app uses custom Session and Session Store classes that extend WebSession > and HttpSessionStore respectively. Additional details stored in the Session >

Re: module error

2022-02-20 Thread Maxim Solodovnik
. > > > Once you have access to your Apache account you should go to > https://gitbox.apache.org/setup/ to link it with your GitHub account. > > > > On Sun, Feb 20, 2022, 08:00 Locke, Jonathan (Luo Shibo) < > jonath...@telenav.com> wrote: > > > Yes, I chec

Re: module error

2022-02-19 Thread Maxim Solodovnik
eck if you have your github login at id.apache.org ? I'm amazed that wicket is still going strong. In two years it will be 20 > years of Wicket. > >Jon > > ________ > From: Maxim Solodovnik > Sent: Saturday, February 19, 2022 5:57 AM > To:

Re: module error

2022-02-19 Thread Maxim Solodovnik
from mobile (sorry for typos ;) On Sat, Feb 19, 2022, 19:20 Ernesto Reinaldo Barreiro wrote: > No if you are a committer :-) > Commiter will never see 403 :) > > On Fri, Feb 18, 2022 at 11:44 PM Maxim Solodovnik > wrote: > > > On Sat, 19 Feb 2022 at 03:04, Lo

Re: module error

2022-02-18 Thread Maxim Solodovnik
On Sat, 19 Feb 2022 at 03:04, Locke, Jonathan (Luo Shibo) < jonath...@telenav.com> wrote: > Hi Martin, > > I was able to fix the problem as you suggested by adding: > > uses org.apache.wicket.IInitializer; > > to module-info.java in wicket-core. I created a pull request, but got an > error

[ANNOUNCE] WicketStuff 9.8.0 Released

2022-02-10 Thread Maxim Solodovnik
WicketStuff core 9.8.0 based on Apache Wicket 9.8.0 is released and soon will be available at Maven Central! The changelog is: Maxim Solodovnik (11): Switching to the next development version [dashboard] proper way of RTL detection, jquery-ui is updated Merge branch 'master

Re: [DISCUSSION] drop wicketstuff-jwicket-ui*

2022-02-10 Thread Maxim Solodovnik
Dropped! Thanks a lot! :) On Wed, 12 Jan 2022 at 13:58, Sven Meier wrote: > +1 for dropping them > > Sven > > Am 12. Januar 2022 07:29:19 MEZ schrieb Martin Grigorov < > mgrigo...@apache.org>: > >+1 to drop them ! > > > >On Wed, Jan 12,

[ANNOUNCE] WicketStuff 8.14.0 Released

2022-02-10 Thread Maxim Solodovnik
WicketStuff core 8.14.0 based on Apache Wicket 8.14.0 is released and soon will be available at Maven Central! The changelog is: Maxim Solodovnik (3): Switching to the next development version Dependencies are updated wicketstuff-core 8.14.0 is released The WicketStuff team

Re: Indicator on IndicatingAjaxButton and IndicatingAjaxLink not working

2022-01-20 Thread Maxim Solodovnik
Have you tried the SpinnerButton from wicket-bootstrap? Does it work for you? from mobile (sorry for typos ;) On Fri, Jan 21, 2022, 08:49 Michelle Ee Siew Phing < michelle...@mcruncher.com> wrote: > Sorry... missed out the wicket.bootstrap.version > > 5.0.5 > > On Fri, Jan 21, 2022 at 9:35 AM

Re: Indicator on IndicatingAjaxButton and IndicatingAjaxLink not working

2022-01-18 Thread Maxim Solodovnik
available to us. > Sorry Did quick search on a wrong branch :( We are on bootstrap5 And are using de.agilecoders.wicket.extensions.markup.html.bootstrap.spinner.SpinnerAjaxButton If I do remember correctly it should work for bootstrap4 as well :) > On Mon, Jan 17, 2022 at 5:39 PM Maxi

Re: Indicator on IndicatingAjaxButton and IndicatingAjaxLink not working

2022-01-17 Thread Maxim Solodovnik
I would recommend to use https://github.com/l0rdn1kk0n/wicket-bootstrap/blob/wicket-9.x/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/ladda/LaddaAjaxButton.java works for as On Mon, 17 Jan 2022 at 16:33, Michelle Ee Siew Phing wrote: > > Hi, > > Thanks

[DISCUSSION] drop wicketstuff-jwicket-ui*

2022-01-11 Thread Maxim Solodovnik
Hello All, I've just noticed: wicketstuff-jwicket-ui-datepicker Contains `jQuery UI Datepicker 1.10.3` ( more than 160 js/css files) wicketstuff-jwicket-ui-tooltip Contains `jQuery UI Tooltip 1.10.3` wicketstuff-jwicket-ui-accordion wicketstuff-jwicket-ui-dragdrop

[ANNOUNCE] WicketStuff 9.7.0 Released

2021-12-13 Thread Maxim Solodovnik
WicketStuff core 9.7.0 based on Apache Wicket 9.7.0 is released and soon will be available at Maven Central! The changelog is: Maxim Solodovnik (3): Switching to the next development version Dependencies are updated wicketstuff-core-9.7.0 released dependabot[bot] (2

[ANNOUNCE] WicketStuff 9.6.0 Released

2021-11-11 Thread Maxim Solodovnik
WicketStuff core 9.6.0 based on Apache Wicket 9.6.0 is released and soon will be available at Maven Central! The changelog is: Maxim Solodovnik (7): Switching to the next development version Cometd version is increased javadocs are partially fixed Wicket is updated, link

Re: wicket clickable image with tooltips map

2021-11-06 Thread Maxim Solodovnik
Unfortunately I have no experience with "wicket-bootstrap 2*" 5.* and 6.* seems to work for us as expected Maybe you can provide a quickstart application demonstrating the problem? https://wicket.apache.org/start/quickstart.html On Sat, 6 Nov 2021 at 13:55, C.S. wrote: > Wicket version is

Re: wicket clickable image with tooltips map

2021-11-05 Thread Maxim Solodovnik
What version of wicket-bootstrap are you using? Are there any errors in JS console? from mobile (sorry for typos ;) On Thu, Nov 4, 2021, 21:52 C.S. wrote: > Many thanks Sven and Martin, > > Svens suggestion (adding an AjaxEventBehavior("load")) works like a charm. > Exactly what i was asking.

Re: ContextRelativeResourceReference CSS rendering problem

2021-10-21 Thread Maxim Solodovnik
Maybe you can create a quickstart? http://wicket.apache.org/start/quickstart.html On Thu, 21 Oct 2021 at 21:27, Greg Dunn wrote: > Hi, thanks for your response and assistance. > > Disabling strict CSP did not make any difference. > > You are correct that the problem only happens on the first

Re: About jQuery 2.2.4 vulnerability

2021-10-20 Thread Maxim Solodovnik
On Wed, 20 Oct 2021 at 17:21, Shengche Hsiao wrote: > Dear Martin > > After I applied the code, the website showed exceptions below > > > ERROR [org.apache.wicket.DefaultExceptionMapper] (default task-2521) > Unexpected error occurred: org.apache.wicket.WicketRuntimeException: An > error

[ANNOUNCE] WicketStuff 9.5.0 Released

2021-09-14 Thread Maxim Solodovnik
WicketStuff core 9.5.0 based on Apache Wicket 9.5.0 is released and soon will be available at Maven Central! The changelog is: Maxim Solodovnik (5): Switching to the next development version Dependencies are updated Select2 and friends are updated Dependencies are updated

Re: login captcha issue

2021-08-01 Thread Maxim Solodovnik
You can set-up NoVersionMapper https://stackoverflow.com/questions/8602489/delete-version-number-in-url from mobile (sorry for typos ;) On Sat, Jul 31, 2021, 22:39 vahid ghasemi wrote: > Hello > I have a login form with a captcha. > I tested my form with Burp suite (penetration test tool).

[ANNOUNCE] WicketStuff 8.13.0 Released

2021-07-23 Thread Maxim Solodovnik
WicketStuff core 8.13.0 based on Apache Wicket 8.13.0 is released and soon will be available at Maven Central! The changelog is: Maxim Solodovnik (4): Switching to the next development version Dependencies are updated Dependencies are updated 8.13.0 release

[ANNOUNCE] WicketStuff 9.4.0 Released

2021-07-10 Thread Maxim Solodovnik
WicketStuff core 9.4.0 based on Apache Wicket 9.4.0 is released and soon will be available at Maven Central! The changelog is: Maxim Solodovnik (4): Switching to the next development version jython version is extracted to variable Dependencies are updated wicketstuff-core

Re: pass error in submit method

2021-06-29 Thread Maxim Solodovnik
Maybe it would be better to perform checks during validation ? from mobile (sorry for typos ;) On Tue, Jun 29, 2021, 22:33 vahid ghasemi wrote: > Hello > How can I pass an error in an onSubmit method? > I have some errors that can detect in the onSubmit method. > I throw exceptions at end of

Re: reset form

2021-06-29 Thread Maxim Solodovnik
you have to add the fields to the target On Tue, 29 Jun 2021 at 15:22, vahid ghasemi wrote: > First, thanks for the speed of your support. > >1 AjaxButton reset = new AjaxButton("reset") { > >2 @Override > >3public void onSubmit(AjaxRequestTarget target) { > >

[ANNOUNCE] WicketStuff 7.18.0 Released

2021-04-23 Thread Maxim Solodovnik
WicketStuff core 7.18.0 based on Apache Wicket 7.18.0 is released and soon will be available at Maven Central! The changelog is: Maxim Solodovnik (4): Switching to the next development version Xstream is updated Xstream jdk7 wicketstuff 7.18.0 released The WicketStuff

[ANNOUNCE] WicketStuff 8.12.0 Released

2021-04-06 Thread Maxim Solodovnik
WicketStuff core 8.12.0 based on Apache Wicket 8.12.0 is released and soon will be available at Maven Central! The changelog is: Maxim Solodovnik (3): Switching to the next development version, bcprov is updated Dependencies are updated, build is fixed WicketStuff Core 8.12.0

[ANNOUNCE] WicketStuff 9.3.0 Released

2021-03-31 Thread Maxim Solodovnik
WicketStuff core 9.3.0 based on Apache Wicket 9.3.0 is released and soon will be available at Maven Central! The changelog is: Maxim Solodovnik (4): Switching to the next development version Bcprov is updated, typo in version is fixed Dependencies are updated, build is fixed

Re: Error 502 for examples8x

2021-01-18 Thread Maxim Solodovnik
Have checked wrong VM :(( everything seems to work now (VM was rebooted) On Tue, 19 Jan 2021 at 12:00, Maxim Solodovnik wrote: > weird enough :( > docker processes are up > Apache is OK > > will try to check the logs ... > > > On Tue, 19 Jan 2021 at 03:44, Leonardo D'A

Re: Error 502 for examples8x

2021-01-18 Thread Maxim Solodovnik
weird enough :( docker processes are up Apache is OK will try to check the logs ... On Tue, 19 Jan 2021 at 03:44, Leonardo D'Alimonte wrote: > I think error 502 - Proxy error happened again for Wicket 8 examples URL.. > > On Fri, Dec 25, 2020 at 9:16 AM Maxim Solodovnik > wrote

Re: Error 502 for examples8x

2020-12-25 Thread Maxim Solodovnik
Just have checked: works for me :) On Wed, 23 Dec 2020 at 20:30, Francois Meillet wrote: > There is a 502 for https://examples8x.wicket.apache.org/index.html < > https://examples8x.wicket.apache.org/index.html> > > > François > > > > -- Best regards, Maxim

[ANNOUNCE] WicketStuff 8.11.0 Released

2020-11-24 Thread Maxim Solodovnik
WicketStuff core 8.11.0 based on Apache Wicket 8.11.0 is released and soon will be available at Maven Central! The changelog is: Maxim Solodovnik (4): Switching to the next development version Xstream is updated Dependencies and plugins are updated wicketstuff-core-8.11.0

[ANNOUNCE] WicketStuff 9.2.0 Released

2020-11-19 Thread Maxim Solodovnik
WicketStuff core 9.2.0 based on Apache Wicket 9.2.0 is released and soon will be available at Maven Central! The changelog is: Maxim Solodovnik (5): Switching to the next development version Xstream is updated Versions are fixed Dependencies and plugins are updated

Re: Prevent script-injection attacks from user's input

2020-10-26 Thread Maxim Solodovnik
You can completely disable inline scripts using strict CSP And of cause this is you who output the script entered to the page :) If it is done via Label just remove 'setEscapeModelStrings(false)' If you need to accept and display HTML input, you can 'sanitize' form value from mobile (sorry for

Re: Apache Wicket - Enforcing POST on Ajax calls

2020-10-19 Thread Maxim Solodovnik
+1 On Mon, 19 Oct 2020 at 17:28, Martin Grigorov wrote: > Hi Eric, > > You can implement it yourself: > > In #onUpdate(AjaxRequestTarget) start with: > > AjaxRequestAttributes attrs = getAttributes(); > String desiredMethod = attrs.getMethod().toString(); > String actualMethod =

Re: [ANNOUNCE] WicketStuff 9.1.0 Released

2020-10-12 Thread Maxim Solodovnik
ery-ui/issues/new > > On Mon, Oct 12, 2020 at 1:47 PM Maxim Solodovnik > wrote: > > > Are you using `9.x` branch? > > > > On Mon, 12 Oct 2020 at 17:26, Ernesto Reinaldo Barreiro > > wrote: > > > > > > Or has source code moved to somewhere else? &

Re: [ANNOUNCE] WicketStuff 9.1.0 Released

2020-10-12 Thread Maxim Solodovnik
gt; Many thanks. Can > >> > >> https://github.com/sebfz1/wicket-jquery-ui > >> > >> Be released too? > >> > >> > >> On Mon, Oct 12, 2020 at 8:56 AM Maxim Solodovnik > >> wrote: > >> > >>> WicketStuff core 9.1.0 based on Apache W

[ANNOUNCE] WicketStuff 9.1.0 Released

2020-10-11 Thread Maxim Solodovnik
WicketStuff core 9.1.0 based on Apache Wicket 9.1.0 is released and soon will be available at Maven Central! The changelog is: Maxim Solodovnik (7): Switching to the next development version Fixes issue #699: firstDayOfWeek should be displayed as expected wicketstuff-datetime

[ANNOUNCE] WicketStuff 8.10.0 Released

2020-10-11 Thread Maxim Solodovnik
WicketStuff core 8.10.0 based on Apache Wicket 8.10.0 is released and soon will be available at Maven Central! The changelog is: Andrea Del Bene (1): Applied scope test to xml dependencies Maxim Solodovnik (3): Switching to the next development version Release preparation

Re: Page locked for a long time

2020-07-23 Thread Maxim Solodovnik
d vanaf mijn iPhone > > Op 24 jul. 2020 om 05:49 heeft Maxim Solodovnik het > volgende geschreven: > > Hello Martin, All, > > finally I have started to implement this functionality and faced weird > issue: no post parameters are retrievable :(( > I was able to reprodu

Re: Page locked for a long time

2020-07-23 Thread Maxim Solodovnik
Heigl wrote: > We've been using Martin's solution with JQueryFileUpload for years and it > works great. > > Best, > > Thomas > > On Mon, Jul 6, 2020 at 8:59 AM Maxim Solodovnik > wrote: > > > Thanks a million :)) > > > > On Mon, 6 Jul 2020 at 13:43,

[ANNOUNCE] WicketStuff 7.17.0 Released

2020-07-21 Thread Maxim Solodovnik
WicketStuff core 7.17.0 based on Apache Wicket 7.17.0 is released and soon will be available at Maven Central! The changelog is: Maxim Solodovnik (4): Switching to the next development version Fixed issue #690: commons-io is updated Dependencies are updated (partially

[ANNOUNCE] WicketStuff 8.9.0 Released

2020-07-18 Thread Maxim Solodovnik
WicketStuff core 8.9.0 based on Apache Wicket 8.9.0 is released and soon will be available at Maven Central! The changelog is: Maxim Solodovnik (4): Switching to the next development version Release preparation: dependencies are updated Possibly fixes #694: alternative way

[ANNOUNCE] WicketStuff 9.0.0 Released

2020-07-16 Thread Maxim Solodovnik
WicketStuff core 9.0.0 based on Apache Wicket 9.0.0 is released and soon will be available at Maven Central! The changelog is: Maxim Solodovnik (6): Switching to the next development version Merge branch 'master' of github.com:wicketstuff/core Tests should be fixed

Re: Page locked for a long time

2020-07-06 Thread Maxim Solodovnik
that. > > > > Here is a blog article on this topic: > http://wicketinaction.com/2012/11/uploading-files-to-wicket-iresource/ and > its demo app: https://github.com/martin-g/blogs/tree/master/file-upload > > > > > > Have fun > > Sven > > > > >

Page locked for a long time

2020-07-05 Thread Maxim Solodovnik
Hello All, our app allows huge file uploads I have noticed the page is locked while incoming input stream is being copied (might take more than an hour) at java.base@11.0.7/java.io.InputStream.read(InputStream.java:205) at org.apache.commons.fileupload.util.Streams.copy(Streams.java:98) at

Re: WebSocket onClose/onError/onAbort is not being called

2020-05-06 Thread Maxim Solodovnik
Thanks Martin! https://issues.apache.org/jira/browse/WICKET-6782 will create PR in a moment :) On Wed, 6 May 2020 at 00:22, Martin Grigorov wrote: > Hi Maxim, > > On Fri, May 1, 2020 at 2:22 PM Maxim Solodovnik > wrote: > > > On Fri, 1 May 2020 at 18:15, Martin Grigorov

Re: WebSocket onClose/onError/onAbort is not being called

2020-05-05 Thread Maxim Solodovnik
enmeetings/core/util/WebSocketHelper.java#L76 On Fri, 1 May 2020 at 18:21, Maxim Solodovnik wrote: > > On Fri, 1 May 2020 at 18:15, Martin Grigorov wrote: > >> Hi Maxim, >> >> On Fri, May 1, 2020 at 1:31 PM Maxim Solodovnik >> wrote: >> >> > Hello Martin, &

Re: WebSocket onClose/onError/onAbort is not being called

2020-05-01 Thread Maxim Solodovnik
On Fri, 1 May 2020 at 18:15, Martin Grigorov wrote: > Hi Maxim, > > On Fri, May 1, 2020 at 1:31 PM Maxim Solodovnik > wrote: > > > Hello Martin, > > > > WicketEndpoint#onError is being called > > "*ERROR* 05-01 16:10:21.740 o.a.w.p.w.j.WicketE

Re: WebSocket onClose/onError/onAbort is not being called

2020-05-01 Thread Maxim Solodovnik
https://github.com/apache/wicket/blob/master/wicket-native-websocket/wicket-native-websocket-javax/src/main/java/org/apache/wicket/protocol/ws/javax/WicketEndpoint.java#L92 > > > On Fri, May 1, 2020 at 12:21 PM Maxim Solodovnik > wrote: > > > Hello, > > > > I'm h

WebSocket onClose/onError/onAbort is not being called

2020-05-01 Thread Maxim Solodovnik
Hello, I'm having weird situation: WebSocket connection is closed on page reload, but none of my onClose/onError/onAbort handlers are being called I have changed wicket version to latest SNAPSHOT and got some debug logs: *ERROR* 05-01 16:10:21.740 o.a.w.p.w.j.WicketEndpoint:100 [EventExec-e2-t9]

[ANNOUNCE] WicketStuff 8.8.0 Released

2020-04-29 Thread Maxim Solodovnik
WicketStuff core 8.8.0 based on Apache Wicket 8.8.0 is released and soon will be available at Maven Central! The changelog is: Maxim Solodovnik (3): Switching to the next development version Dependencies and plugins are updated wicketstuff 8.8.0 is released The WicketStuff

Re: Upgrade to Wicket 9: troubles with WicketTester and MockPageStore

2020-04-10 Thread Maxim Solodovnik
On Fri, 10 Apr 2020 at 15:06, Francesco Chicchiriccò wrote: > On 2020/04/10 06:59:06, Sven Meier wrote: > > Hi Francesco, > > > > there was a slight difference in the mock setup, which should now be as > > in Wicket 8: > > > > https://issues.apache.org/jira/browse/WICKET-6766 > > > > Many

Re: Equivalent for PerSessionPageStore in Wicket 9

2020-04-08 Thread Maxim Solodovnik
Released :) On Wed, 8 Apr 2020 at 15:41, Maxim Solodovnik wrote: > > OK > > Will start new release process in couple of hours > Please stop me if you will find any blocker :) > > On Wed, 8 Apr 2020 at 14:36, Thomas Heigl wrote: >> >> Hi Maxim, >&g

[ANNOUNCE] WicketStuff 9.0.0-M5.1 Released

2020-04-08 Thread Maxim Solodovnik
WicketStuff core 9.0.0-M5.1 based on Apache Wicket 9.0.0-M5 is released and soon will be available at Maven Central! Unfortunately WicketStuff core 9.0.0-M5 is broken, please use this release instead The changelog is: Maxim Solodovnik (12): Switching to the next development version

Re: Equivalent for PerSessionPageStore in Wicket 9

2020-04-08 Thread Maxim Solodovnik
OK Will start new release process in couple of hours Please stop me if you will find any blocker :) On Wed, 8 Apr 2020 at 14:36, Thomas Heigl wrote: > Hi Maxim, > > It works for me now! > > Thomas > > On Wed, Apr 8, 2020 at 9:17 AM Maxim Solodovnik > wrote

Re: Equivalent for PerSessionPageStore in Wicket 9

2020-04-08 Thread Maxim Solodovnik
Thanks a million! On Wed, 8 Apr 2020 at 14:10, Thomas Heigl wrote: > > Hi Maxim, > > I'm testing against the snapshot now. Will get back to you shortly. > > Thomas > > On Wed, Apr 8, 2020 at 2:53 AM Maxim Solodovnik > wrote: > > > Hello All, > > > &g

Re: Equivalent for PerSessionPageStore in Wicket 9

2020-04-07 Thread Maxim Solodovnik
Hello All, M5 seems to be broken (deploy has failed more than 10 times during my build attempts) I have to start another release Could you please tell when can I start? On Wed, 8 Apr 2020 at 07:01, Maxim Solodovnik wrote: > > Hello Thomas, > > Please test M6-SNAPSHOT (so I don't hav

Re: Equivalent for PerSessionPageStore in Wicket 9

2020-04-07 Thread Maxim Solodovnik
Tue, Apr 7, 2020 at 7:50 PM Maxim Solodovnik > wrote: > > > I can pack another release > > later this week ... > > > > On Wed, 8 Apr 2020 at 00:48, Thomas Heigl wrote: > > > > > > Thanks Sven! > > > > > > Did your changes make it i

Re: Equivalent for PerSessionPageStore in Wicket 9

2020-04-07 Thread Maxim Solodovnik
I can pack another release later this week ... On Wed, 8 Apr 2020 at 00:48, Thomas Heigl wrote: > > Thanks Sven! > > Did your changes make it into the release? Or did they just miss it? > > Thomas > > On Tue, Apr 7, 2020 at 7:43 PM Sven Meier wrote: > > > Hi Thomas, > > > > yes, you're right: >

[ANNOUNCE] WicketStuff 9.0.0-M5 Released

2020-04-07 Thread Maxim Solodovnik
WicketStuff core 9.0.0-M5 based on Apache Wicket 9.0.0-M5 is released and soon will be available at Maven Central! The changelog is: Maxim Solodovnik (12): Switching to the next development version Inline styles are removed Merge branch 'master' of github.com:wicketstuff/core

Re: Wizard vs WicketTester

2020-04-04 Thread Maxim Solodovnik
This is WebSocketAwareCsrfPreventionRequestCycleListener who is unhappy :( Thanks for the hint :)) On Sat, 4 Apr 2020 at 20:07, Maxim Solodovnik wrote: > As usual everything works in test :( > Going to check what is the difference > > Shall I commit basic test to master? > >

Re: Wizard vs WicketTester

2020-04-04 Thread Maxim Solodovnik
seems so. Check the log output and/or provide a testcase please. > > Have fun > Sven > > > On 04.04.20 07:35, Maxim Solodovnik wrote: > > Hello All, > > > > I'm trying to to test Wizard with WicketTester > > Wizard is the component with "splitted" for

Re: best way to get wysiwyg with wicket

2020-04-04 Thread Maxim Solodovnik
.com/), but I'm not sure if > wicket would be able to execute some kind of JS function > (editor.getMarkdown()) on before sending the form and catching it into a > model...? > > Best, > > KB > > - Ursprüngliche Mail - > > Von: "Maxim Solodovnik"

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 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

Re: Getting Javascript function return value in Wicket

2020-03-19 Thread Maxim Solodovnik
You can create AbstractDefaultAjaxBehavior create JS function of it And call it from JS code Then get result in response On Fri, 20 Mar 2020 at 08:34, Arunachalam Sibisakkaravarthi wrote: > > Hi guys, > I want to execute js and get output in Wicket, so that it can be used in > other places

[ANNOUNCE] WicketStuff 9.0.0-M4 Released

2020-01-11 Thread Maxim Solodovnik
WicketStuff core 9.0.0-M4 based on Apache Wicket 9.0.0-M4 is released and soon will be available at Maven Central! The changelog is: Maxim Solodovnik (11): Tests command is added to improve OracleJDK detection Java vendor detection is updated Switching to the next development

[ANNOUNCE] WicketStuff 8.7.0 Released

2020-01-10 Thread Maxim Solodovnik
#676 Reduce the amount of logged text during test execution Revert "JamonMonitoredRequestCycleTest fails on Windows in case JVMs are reused. (#679)" Maxim Solodovnik (4): Switching to the next development version Build should be fixed Jackson is updated wicket

[ANNOUNCE] WicketStuff 7.16.0 Released

2020-01-10 Thread Maxim Solodovnik
WicketStuff core 7.16.0 based on Apache Wicket 7.16.0 is released and soon will be available at Maven Central! The changelog is: Maxim Solodovnik (4): Switching to the next development version Jamon tests are fixed Some dependencies are updated wicketstuff-core-7.16.0

Re: Client browser timezone offset

2019-10-29 Thread Maxim Solodovnik
https://github.com/apache/wicket/pull/396 On Tue, 29 Oct 2019 at 08:23, Maxim Solodovnik wrote: > @Calin, you can use (new Date().getTimezoneOffset() / -60); > Then you can use code like this > http://examples8x.wicket.apache.org/ajaxhellobrowser/wicket/boo

Re: Client browser timezone offset

2019-10-28 Thread Maxim Solodovnik
Date.NOW) > > On 10/28/2019 6:24 PM, Martin Grigorov wrote: > > Hi, > > > > I didn't get what is the problem with the current code. > > For me http://examples8x.wicket.apache.org/ajaxhellobrowser/ shows > > utcDSTOffset=3 > > utcOffset=2 > > which s

Re: Client browser timezone offset

2019-10-28 Thread Maxim Solodovnik
On the other hand: the old code can be used if TZ is not available I'll do some tests and will create PR On Mon, 28 Oct 2019 at 22:51, Maxim Solodovnik wrote: > @devs are we supporting IE11 for wicket9? if not we can add this call to > standard ClientProperties ... > WDYT? > >

Re: Client browser timezone offset

2019-10-28 Thread Maxim Solodovnik
@devs are we supporting IE11 for wicket9? if not we can add this call to standard ClientProperties ... WDYT? On Mon, 28 Oct 2019 at 22:48, Maxim Solodovnik wrote: > Hello, > > according to stackoverflow [1] > you can use Intl.DateTimeFormat().resolvedOptions().timeZone > Clien

Re: Client browser timezone offset

2019-10-28 Thread Maxim Solodovnik
Hello, according to stackoverflow [1] you can use Intl.DateTimeFormat().resolvedOptions().timeZone ClientProperties can be extended to get this info on server [1] https://stackoverflow.com/questions/6939685/get-client-time-zone-from-browser On Mon, 28 Oct 2019 at 22:26, Calin Pavel wrote: >

[ANNOUNCE] WicketStuff 9.0.1-M3 Released

2019-09-21 Thread Maxim Solodovnik
WicketStuff core 9.0.1-M3 based on Apache Wicket 9.0.0-M3 is released and soon will be available at Maven Central! The changelog is: Maxim Solodovnik (7): Project is switched to the next development version Dependencies are updated Merge branch 'master

[ANNOUNCE] WicketStuff 9.0.0-M3 Released

2019-09-19 Thread Maxim Solodovnik
WicketStuff core 9.0.0-M3 based on Apache Wicket 9.0.0-M3 is released and soon will be available at Maven Central! The changelog is: Maxim Solodovnik (7): Project is switched to the next development version Dependencies are updated Merge branch 'master

Re: Build problems for Wicket 7.15.0 and Java 8 regarding Javadoc.

2019-09-16 Thread Maxim Solodovnik
Hello, please use `buildbot` profile On Mon, 16 Sep 2019 at 20:16, Thorsten Schöning wrote: > Hi all, > > I'm trying to build Wicket 7.15.0 from source using Java 8: > > > openjdk version "1.8.0_222" > > OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_222-b10) > > OpenJDK 64-Bit Server

[ANNOUNCE] WicketStuff 8.6.0 Released

2019-09-14 Thread Maxim Solodovnik
): Update Select2 to 4.0.9 (#671) Update Select2 to 4.0.10 (#675) Maxim Solodovnik (2): Switching to the next development version WicketStuff Core 8.6.0 is released MargotPiva (1): Select2 stateless displaying initial values (#674) Martin Tzvetanov Grigorov (1): Issue #668

[ANNOUNCE] WicketStuff 7.15.0 Released

2019-09-14 Thread Maxim Solodovnik
WicketStuff core 7.15.0 based on Apache Wicket 7.15.0 is released and soon will be available at Maven Central! The changelog is: Maxim Solodovnik (4): Switching to the next development version URLs are being correctly compared, code clean-up Geo tests are fixed

Re: [ANNOUNCE] Apache Wicket 8.6.0 released

2019-09-09 Thread Maxim Solodovnik
I believe it should be sufficient to start new VOTE On Mon, 9 Sep 2019 at 17:17, Andrea Del Bene wrote: > I'm afraid I did a mistake during the building of this version and I left > out some of the last changes :-(. I guess we need to perform a 8.6.1 asap. > Is there any particular action that

Re: estimate time for 9.x release?

2019-06-26 Thread Maxim Solodovnik
Also +1 :) On Wed, Jun 26, 2019, 13:01 Ernesto Reinaldo Barreiro wrote: > +1 non binding. I was going to write asking for a M3 release right now :-) > > On Wed, Jun 26, 2019 at 12:02 AM Martin Grigorov > wrote: > > > In that case I vote to release 9.0.0 with the next releases of 7.x and > 8.x,

[ANNOUNCE] WicketStuff 9.0.0-M2 Released

2019-06-07 Thread Maxim Solodovnik
localeSupplier Changed parameter from supplier to localeSupplier Merge pull request #664 from bitstorm/introduced-locale-supplier Martin Tzvetanov Grigorov (1): Update scala-maven-plugin to 4.0.2 Maxim Solodovnik (8): Project is switched to the next development version

[ANNOUNCE] WicketStuff 8.5.0 Released

2019-06-07 Thread Maxim Solodovnik
resource from creating a new session every time Martin Tzvetanov Grigorov (1): Call "MonitorFactory.getFactory().reset()" in @After callback Maxim Solodovnik (6): Switching to the next development version Fixes #661: select2 is updated to 4.0.7 Jackson version

Re: Wicketstuff 8.5.0?

2019-06-06 Thread Maxim Solodovnik
Hello Francesco, I'm planning to perform a release this weekend Was hoping to get this [1] discussion resolved first, but it seems to be not very active [1] https://github.com/wicketstuff/core/pull/652 On Thu, 6 Jun 2019 at 15:38, Francesco Chicchiriccò wrote: > > Hi there, > I was wondering

[ANNOUNCE] WicketStuff 7.14.0 Released

2019-05-31 Thread Maxim Solodovnik
WicketStuff core 7.14.0 based on Apache Wicket 7.14.0 is released and soon will be available at Maven Central! The changelog since 7.13.0 is: Maxim Solodovnik (2): Switching to the next development version Wicketstuff 7.14.0 release commit The WicketStuff team

Travel Assistance for ApacheCon NA Las Vegas 2019 now open.

2019-05-17 Thread Maxim Solodovnik
The Travel Assistance Committee (TAC) are pleased to announce that travel assistance applications for ApacheCon NA 2019 are now open! We will be supporting ApacheCon NA Las Vegas, Nevada on 9th - 12th September 2019 TAC exists to help those that would like to attend ApacheCon events, but are

Re: Page inheritance

2019-05-14 Thread Maxim Solodovnik
Sure :) I would add some overridable method like `protected boolean shouldAddJsCss`, returning `true` in base class and controlling which header items will be rendered Or you can create separate method to render those js/css resources and override it with empty method ... On Wed, 15 May 2019 at

Re: Loadable Detachable Model not updating on re-render

2019-04-29 Thread Maxim Solodovnik
http://wicket.apache.org/start/quickstart.html And upload your project to github or some other service like this :) On Mon, 29 Apr 2019 at 14:49, Sibgha Nazir wrote: > How to create quick start? > > On Mon, Apr 29, 2019 at 9:39 AM Sven Meier wrote: > > > > > > > Hi, > > > > > > > > that

Re: [8.3] Nested Forms within a table?

2019-04-24 Thread Maxim Solodovnik
for purists. > > > > /rant off :) > > On Wed, Apr 24, 2019 at 8:24 AM Maxim Solodovnik > wrote: > > > if something "look like a duck, walk like a duck and sound like a duck" - > > it is duck :) > > CSS table are tables, but with no HTML '' tags

Re: [8.3] Nested Forms within a table?

2019-04-24 Thread Maxim Solodovnik
> On Wed, Apr 24, 2019 at 7:25 AM Maxim Solodovnik > wrote: > > > Actually you can :) > > But you need CSS tables for this :) > > > > On Wed, 24 Apr 2019 at 11:53, nino martinez wael < > > nino.martinez.w...@gmail.com> wrote: > >

  1   2   3   4   5   6   7   >