Re: Wicket Schema 404

2018-02-15 Thread Maxim Solodovnik
Hello Adrian, I believe this might be the URL: https://raw.githubusercontent.com/apache/wicket/wicket-1.5.x/wicket-core/src/main/resources/META-INF/wicket-1.5.xsd (better to not use in real applications) What version of Wicket are you using? On Thu, Feb 15, 2018 at 5:34 PM, Adrian Smith wrote:

[ANNOUNCE] WicketStuff 8.0.0-M9 Released

2018-02-18 Thread Maxim Solodovnik
WicketStuff core 8.0.0-M9 based on Apache Wicket 8.0.0-M9 is released and soon will be available at Maven Central! The changelog since 8.0.0-M8 is: Maxim Solodovnik (14): Libraries are updated to the most recent versions hazelcast version is updated Library versions are updated

[ANNOUNCE] WicketStuff 7.10.0 Released

2018-02-20 Thread Maxim Solodovnik
WicketStuff core 7.10.0 based on Apache Wicket 7.10.0 is released and soon will be available at Maven Central! The changelog since 7.9.0 is: Andrea Del Bene (2): PR 612 update dependency to 7.10 snapshot. Removed default error code setting in handleException Maxim Solodovnik (4

Re: Modifying componentfeedbackpanel output

2018-02-21 Thread Maxim Solodovnik
It is hard to read your markup :( You can extend FeedbackPanel and provide your own markup Would it work? On Wed, Feb 21, 2018 at 10:10 PM, Entropy wrote: > Ooops, I see nabble is hiding the tags. Trying again with < and > > > >

Re: Modifying componentfeedbackpanel output

2018-02-21 Thread Maxim Solodovnik
no tags :((( Maybe you can create quickstart project with 1) desired structure 2) your subclass On Wed, Feb 21, 2018 at 11:01 PM, Entropy wrote: > I'm not sure how to make the markup show right in the post. I'll try > wrapping it in PRE. > > > > > //Error: This field is

Re: Setting focus on a ModalWindow title

2018-02-22 Thread Maxim Solodovnik
Hello, What you you expecting from "set the HTML Focus to the title of the *ModalWindow*"? It is regular div element What I did: 1) open http://examples7x.wicket.apache.org/ajax/modal-window?0 2) click "Show modal dialog" 3) in console type: $('.w_caption h3').focus() in console type: document.a

Re: Modifying componentfeedbackpanel output

2018-02-22 Thread Maxim Solodovnik
Here is Quickstart with small customization to feedback message https://github.com/solomax/custom-feedback Is it what you want? On Fri, Feb 23, 2018 at 4:48 AM, Rob Audenaerde wrote: > Can't your front end guy use CSS content to accomplish this? > > On Feb 22, 2018 20:39, "Entropy" wrote: > >>

Re: Setting focus on a ModalWindow title

2018-02-22 Thread Maxim Solodovnik
My point was: 1) you need to try to implement what you need using browser console 2) understand what steps need to be done 3) later on move it to the wicket I'm not using ModalWindow in my project We are using wicket-jquery-ui dialog instead http://www.7thweb.net/wicket-jquery-ui/dialog/FormDialog

Re: Will there be a WicketStuff 6.29.0 release ?

2018-03-30 Thread Maxim Solodovnik
Wicketstuff 6.29.0 has zero changes comparing to 6.28.0 On Fri, Mar 30, 2018 at 5:06 PM, Rakesh A wrote: > Wicket 6.29.0 has been released recently, but latest 6.x WicketStuff release > is 6.28.0 > Are there plans to do WicketStuff 6.29.0 release. > > If not, as Wicket 6.29.0 is a drop-in re

WicketTester method to check if xml is valid

2018-04-02 Thread Maxim Solodovnik
Hello All, quick question: is there method in wicket tester to check if Ajax response is valid XML? -- WBR Maxim aka solomax

Re: Wicket and dynamic adding form compoment

2018-04-05 Thread Maxim Solodovnik
Why to produce the input and not start with invisible input (on server side) And show it onclick? On Thu, Apr 5, 2018 at 8:39 PM, Shengche Hsiao wrote: > Dear All > > > I want to design a form with an button, that when click it will produce a > new input text filed within form, and retrieve it in

Re: Wicket and dynamic adding form compoment

2018-04-05 Thread Maxim Solodovnik
sible input is an bright way to do, thank you Maxim. > > On Thu, Apr 5, 2018 at 11:33 PM, Maxim Solodovnik > wrote: > > > Why to produce the input and not start with invisible input (on server > > side) > > And show it onclick? > > > > On Thu,

Re: Wicket and dynamic adding form compoment

2018-04-05 Thread Maxim Solodovnik
The idea is: to create list Draw it On button click add another item to list Redraw it WBR, Maxim (from mobile, sorry for the typos) On Fri, Apr 6, 2018, 07:29 Shengche Hsiao wrote: > Yep, thanks, I'll try. > > On Fri, Apr 6, 2018 at 8:22 AM, Maxim Solodovnik > wrote:

Re: @SpringBean inside WebSession

2018-04-10 Thread Maxim Solodovnik
Both code and exception were not send :( On Tue, Apr 10, 2018 at 6:32 PM, tomask79 wrote: > Hi all, > > we've got following code in the Wicket's WebSession extended class: > > > > Problem: > > Now in the cluster environment during the Wicket session serialization into > HTTP session attribute, >

Re: @SpringBean inside WebSession

2018-04-10 Thread Maxim Solodovnik
This code [1] seems to work as expected in our project But I haven't check it in cluster environment yet [1] https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/WebSession.java#L132 On Tue, Apr 10, 2018 at 7:36 PM, Kamil Paśko w

Re: IP Authentication

2018-04-10 Thread Maxim Solodovnik
Martin, Will throw new AbortWithHttpErrorCodeException(410, "Unauthorized"); also do the job? On Wed, Apr 11, 2018 at 1:24 PM, Martin Grigorov wrote: > Hi, > > On Tue, Apr 10, 2018 at 11:49 PM, Lon Varscsak > wrote: > > > I have a need to build some apps (or mount points) to check if the sourc

Question regarding AjaxFormValidatingBehavior

2018-04-12 Thread Maxim Solodovnik
Hello, I'm struggling with AjaxFormValidatingBehavior It works as expected, until form is enabled In case form is disabled it throws ListenerInvocationNotAllowedException and breaks the page. I decided to remove this behavior dynamically in case Form is disabled But `remove(behavior)` doesn't re

REMINDER - TAC Applications closes in 2 weeks for ACNA Montréal

2018-04-17 Thread Maxim Solodovnik
Reminder that travel assistance applications for ApacheCon NA 2018 are still open but only for another* 2 weeks*! Please get your applications in NOW. We will be supporting ApacheCon NA Montréal, Canada on 24th - 29th September 2018 TAC exists to help those that would like to attend ApacheCon ev

Re: Wicket's LazyInitProxyFactory runs incorrectly at WebLogic...

2018-04-18 Thread Maxim Solodovnik
I guess the difference is in handling situation when Application.exists() == false On Wed, Apr 18, 2018 at 3:24 PM, Martin Grigorov wrote: > Hi, > > On Wed, Apr 18, 2018 at 11:10 AM, tomask79 > wrote: > > > Hi guys, > > > > this is the continuation of > > > > http://apache-wicket.1842946.n4.na

Re: [ANNOUNCE] CVE-2018-1325 - Wicket jQuery UI: XSS while displaying value in WYSIWYG editor

2018-04-20 Thread Maxim Solodovnik
Cve db also updated :) WBR, Maxim (from mobile, sorry for the typos) On Fri, Apr 20, 2018, 19:22 Sebastien Briquet wrote: > FYI. > > Thanks Maxim! :) > > -- Forwarded message -- > From: Maxim Solodovnik > Date: Wed, Apr 18, 2018 at 6:39 PM > Subject:

Re: DatePicker in wicket 8

2018-05-09 Thread Maxim Solodovnik
We are using these http://www.7thweb.net/wicket-jquery-ui/kendo/datetimepicker/local/LocalDatePickerPage datepickers On Thu, May 10, 2018 at 4:06 AM, Rob Audenaerde wrote: > I actually kinda disliked the wicket date picker(and its dependencies) , > and went with integrating PickADay. > > https://

Re: Cayenne firing faults when it shouldn’t be (or at least I don’t think it should be)

2018-05-11 Thread Maxim Solodovnik
Was it for OpenJpa? On Fri, May 11, 2018 at 2:43 PM, Martin Grigorov wrote: > Hey Lon, > > I think you've sent you message to the wrong users@ mailing list. > I've done this mistake several times ! :-) > > On Fri, May 11, 2018 at 5:48 AM, Lon Varscsak > wrote: > > > I have a situation where I f

Re: Difficulties

2018-05-22 Thread Maxim Solodovnik
I would make it panel instead of page In this case you can update panel with search results via ajax ... WBR, Maxim (from mobile, sorry for the typos) On Tue, May 22, 2018, 22:55 JavaTraveler wrote: > Yes it is. It shouldn't be ? > > My idea was to make a template. A sidebar for searching alway

Re: ListView

2018-05-23 Thread Maxim Solodovnik
You need to change your code a little: 1) pieceView.setOutputMarkupId(true); is not necessary 2) target.add(wmc); instead of target.add(wmc.add(pieceView)); should work as expected :) On Wed, May 23, 2018 at 9:19 PM, JavaTraveler wrote: > Hello, > > Does anyone know how to update a listView wit

[ANNOUNCE] WicketStuff 8.0.0 Released

2018-05-23 Thread Maxim Solodovnik
WicketStuff core 8.0.0 based on Apache Wicket 8.0.0 is released and soon will be available at Maven Central! The changelog since 8.0.0-M9 is: Andrea Del Bene (1): Added a reserved geocoder api key for CI Maxim Solodovnik (10): Redundant local Geocoder is removed before_script

Re: ListView

2018-05-24 Thread Maxim Solodovnik
Could you share quickstart? WBR, Maxim (from mobile, sorry for the typos) On Thu, May 24, 2018, 17:28 JavaTraveler wrote: > Hello ! > > So no sorry, it does not work. > The solution of Maxim does nothing different. > And the one from Sven makes a mistake since my ListView needs a list of > piec

Re: jQuery version 3.*

2018-05-26 Thread Maxim Solodovnik
Add this to your Application init() getJavaScriptLibrarySettings().setJQueryReference(org.apache.wicket.resource.JQueryResourceReference.getV3()); On Sat, May 26, 2018 at 11:01 PM, ShengChe Hsiao wrote: > Dear All > > How do I assign/force jQuery version in Wicket Project? > > >

Re: Basket in session

2018-05-28 Thread Maxim Solodovnik
In most cases WebSession is available via: WebSession.get() Can you provide quickstart application? On Mon, May 28, 2018 at 6:41 PM, JavaTraveler wrote: > Thanks for the advice, I subscribed. > > > I'm sorry to be a bother, but I don't get it. > > I already was using the wicket guide. > And yet,

Re: Basket in session

2018-05-28 Thread Maxim Solodovnik
Yes, small wicket app demonstrating the issue You can create the base for such project using maven WBR, Maxim (from mobile, sorry for the typos) On Mon, May 28, 2018, 18:56 JavaTraveler wrote: > I'd be glad to. But what do you mean by quickstart ? > > That ? https://wicket.apache.org/start/quic

Re: [Wicket 8] delete version number in url

2018-06-03 Thread Maxim Solodovnik
This code https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application.java#L314 Works for me On Sun, Jun 3, 2018 at 7:36 PM, Zala Pierre GOUPIL wrote: > All, > > There are a number of solutions around to remove the version number

Re: ChainingModel warnings in Wicket 8

2018-06-08 Thread Maxim Solodovnik
Sounds like these 2 comments worth JIRA Or Jira+PR ;)) On Thu, Jun 7, 2018 at 9:45 PM, Thomas Heigl wrote: > Also the warning is logged for `null` objects, which probably shouldn't > happen. > > public ChainingModel(final Object modelObject) >> { >> if (modelObject instanceof Session) >>

Re: Paths not serializable

2018-06-13 Thread Maxim Solodovnik
You can have String path (instead of Path path) And it will works as expected :) WBR, Maxim (from mobile, sorry for the typos) On Thu, Jun 14, 2018, 04:23 sorinev wrote: > Perfect, that worked. What's the side effect of this vs the other way, if > any? > > -- > Sent from: > http://apache-wicket

Re: Ajax and async task

2018-06-20 Thread Maxim Solodovnik
You can use Applucation.get('THE_NAME_OF_YOUR_APP') it works in other threads as well On Wed, Jun 20, 2018 at 4:05 PM Zbynek Vavros wrote: > Still the same: > > org.apache.wicket.WicketRuntimeException: There is no application attached > to current thread pool-XX-thread-XX > > Zbynek > > > > On

Re: Ajax and async task

2018-06-20 Thread Maxim Solodovnik
"There is no application attached to current thread" error is usually mean Application.get() is not working On Wed, Jun 20, 2018 at 4:21 PM Zbynek Vavros wrote: > Yeah the difference (from what I see) is that ThreadPoolExecutor is used in > BgProcessApplication. > And usage of > > https://c

Re: Serialization Problem for Streams' Lambda used in Spring beans

2018-06-20 Thread Maxim Solodovnik
https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+8.0#MigrationtoWicket8.0-Provideserializableversionsofjava.util.function.(Supplier|Consumer|Function|BiConsumer)ASFJIRA5aa69414-a9e9-3523-82ec-879b028fb15bWICKET-5991 WBR, Maxim (from mobile, sorry for the typos) On Wed, Jun 2

Re: Serialization Problem for Streams' Lambda used in Spring beans

2018-06-20 Thread Maxim Solodovnik
Wicket7: https://github.com/wicketstuff/core/blob/wicket-7.x/lambda-parent/lambda/src/main/java/org/wicketstuff/lambda/SerializableBiConsumer.java WBR, Maxim (from mobile, sorry for the typos) On Thu, Jun 21, 2018, 08:13 Maxim Solodovnik wrote: > > https://cwiki.apache.org/confluence/d

Re: Use a property file to change the choose one option

2018-06-26 Thread Maxim Solodovnik
https://ci.apache.org/projects/wicket/guide/8.x/single.html#_localization_of_component_s_choices On Tue, Jun 26, 2018 at 3:41 PM JavaTraveler wrote: > Hello everyone, I have another question. > > Where do you put the properties file to change the label of the null option > for a dropdownchoice ?

Re: Content Security Policy support

2018-07-30 Thread Maxim Solodovnik
Have you already read this part of the guide? https://ci.apache.org/projects/wicket/guide/8.x/single.html#_external_security_checks On Mon, Jul 30, 2018 at 3:18 PM Major Péter wrote: > > Hi, > > I'm trying to write a new Wicket application, and I wanted to use CSP > for added security. It seems li

Re: Content Security Policy support

2018-08-01 Thread Maxim Solodovnik
esources only, the "unsafe-inline" and > "unsafe-eval" requirements for script-src are not covered, and hence > Wicket's AJAX components won't actually work (well the fallback impls will). > * This also doesn't tackle the style-src unsafe-inline requiremen

Re: Content Security Policy support

2018-08-01 Thread Maxim Solodovnik
iting > >> * By enabling https: resources only, the "unsafe-inline" and > >> "unsafe-eval" requirements for script-src are not covered, and hence > >> Wicket's AJAX components won't actually work (well the fallback impls > >> will). >

[ANNOUNCE] WicketStuff 8.0.0 Released

2018-09-18 Thread Maxim Solodovnik
WicketStuff core 8.1.0 based on Apache Wicket 8.1.0 is released and soon will be available at Maven Central! The changelog since 8.1.0 is: Maxim Solodovnik (14): Maven structure is fixed wicket1.5-tree is updated to latest release Redundant properties are removed, build with

Re: quickstart instructions cause - archetypeCatalog 'http://wicket.apache.org' is not supported anymore

2018-09-21 Thread Maxim Solodovnik
Hello Andrea, It seems generating quickstart with SNAPSHOT wicket version (which wasn't built locally) will not work :( mvn archetype:generate -DarchetypeGroupId=org.apache.wicket -DarchetypeArtifactId=wicket-archetype-quickstart -DarchetypeVersion=8.2.0-SNAPSHOT -DgroupId=com.mycompany -Dartifac

Re: quickstart instructions cause - archetypeCatalog 'http://wicket.apache.org' is not supported anymore

2018-09-21 Thread Maxim Solodovnik
add a note > about this below the form. > > > https://stackoverflow.com/questions/43570594/error-executing-maven-archetype-generate-command-to-create-a-opndaylight-project > > > On 21/09/2018 16:54, Maxim Solodovnik wrote: > > Hello Andrea, > > > > It see

Re: quickstart instructions cause - archetypeCatalog 'http://wicket.apache.org' is not supported anymore

2018-09-22 Thread Maxim Solodovnik
Great work :) On Sat, 22 Sep 2018 at 19:56, Andrea Del Bene wrote: > Should be ok now. > > > On 22/09/2018 05:50, Maxim Solodovnik wrote: > > Version prior to 2.5 might be provided for snapshots > > > > WBR, Maxim > > (from mobile, sorry for the typos)

Re: apache wicket 8.0 or 8.x

2018-09-29 Thread Maxim Solodovnik
To change jquery version being used you can call getJavaScriptLibrarySettings().setJQueryReference(org.apache.wicket.resource.JQueryResourceReference.getV3()); inside you Application.init() On Sat, 29 Sep 2018 at 18:35, kyrindorx wrote: > Hey all, > > I started with a new little webpage with Apa

Re: DynamicJQueryResourceReference deprecated - now what?

2018-10-03 Thread Maxim Solodovnik
I guess I't time to move to V2/V3 IE 6/7/8/9 is extremely outdated . On Wed, 3 Oct 2018 at 22:37, Francesco Chicchiriccò wrote: > Hi there, > I can see that DynamicJQueryResourceReference [1] is deprecated in 8.x and > removed from master branch. > > From the @Deprecated annotation, however,

Re: DynamicJQueryResourceReference deprecated - now what?

2018-10-03 Thread Maxim Solodovnik
: > On 2018/10/03 15:40:21, Maxim Solodovnik wrote: > > I guess I't time to move to V2/V3 > > IE 6/7/8/9 is extremely outdated . > > I agree, but I don't see how this relates to my question: the javadoc for > DynamicJQueryResourceReference says that > > For IE

Re: error shutting down

2018-10-12 Thread Maxim Solodovnik
I'm occasionally able to see this error on Apache Jenkins, but unfortunately there is no clear steps to reproduce I was unable to find what is wrong, will spend some more time on this next week On Fri, 12 Oct 2018 at 17:20, Martin Grigorov wrote: > > Hi, > > When the application stops Application#

Re: error shutting down

2018-10-24 Thread Maxim Solodovnik
or now)? > > > > On Fri, Oct 12, 2018 at 3:31 PM Maxim Solodovnik > > wrote: > > > >> I'm occasionally able to see this error on Apache Jenkins, but > >> unfortunately there is no clear steps to reproduce > >> I was unable to find what is wrong

Re: error shutting down

2018-10-24 Thread Maxim Solodovnik
asy (maven?) way to test this in my application? > > -Rob > > On Wed, Oct 24, 2018 at 9:52 AM Maxim Solodovnik > wrote: > > > Here is the JIRA [1] > > > > I was able to reproduce this issue running one of our tests in a bash > loop > > Original 8.2.0-SNAPSHOT usu

Re: error shutting down

2018-10-24 Thread Maxim Solodovnik
BTW master branch of our project is already uses wicket 8.2.0-SNAPSHOT On Wed, 24 Oct 2018 at 15:07, Maxim Solodovnik wrote: > My steps were: > > 0) locate problem test (TestInstall in my case) > 1) build updated wicket-core > 2) Run problem test in a loop: > reset &&

Re: error shutting down

2018-10-26 Thread Maxim Solodovnik
Hello Rob, The PR was merged, so you can verify the fix using 8.2.0-SNAPSHOT (in ~30 minutes or so ) :)) On Wed, 24 Oct 2018 at 15:09, Maxim Solodovnik wrote: > BTW master branch of our project is already uses wicket 8.2.0-SNAPSHOT > > On Wed, 24 Oct 2018 at 15:07, Maxim Solodovnik

Re: error shutting down

2018-10-26 Thread Maxim Solodovnik
Please let as know if the issue is still reproducible :) On Fri, 26 Oct 2018 at 23:33, Rob Audenaerde wrote: > Will do, but after the weekend :D > > On Fri, Oct 26, 2018 at 5:58 PM Maxim Solodovnik > wrote: > > > Hello Rob, > > > > The PR was merged, so y

[ANNOUNCE] WicketStuff 8.2.0 Released

2018-11-19 Thread Maxim Solodovnik
WicketStuff core 8.2.0 based on Apache Wicket 8.2.0 is released and soon will be available at Maven Central! The changelog since 8.2.0 is: Maxim Solodovnik (8): Plugin versions were updated, code clean-up Missing javadocs should not fail the build scala-maven-plugin version

[VOTE] drop wicketstuff-editable-grid

2018-11-24 Thread Maxim Solodovnik
Hello All, wicketstuff currently has 238 modules, some are not being used I would like to perform some house keeping According to https://mvnrepository.com/artifact/org.wicketstuff/wicketstuff-editable-grid wicketstuff-editable-grid is not being used since `Oct, 2015` Would it be OK to drop thi

Re: [VOTE] drop wicketstuff-editable-grid

2018-11-24 Thread Maxim Solodovnik
keeping it up-to-date with Wicket core version, isn't it > enough to just > state that this is only supported by Wicket X.Y ? > > Zbynek > > On Sat, Nov 24, 2018 at 11:14 AM Maxim Solodovnik > wrote: > > > Hello All, > > > > wicketstuff currently has 23

[ANNOUNCE] WicketStuff 7.11.0 Released

2018-11-30 Thread Maxim Solodovnik
WicketStuff core 7.11.0 based on Apache Wicket 7.11.0 is released and soon will be available at Maven Central! The changelog since 7.10.0 is: Maxim Solodovnik (9): before_script is updated Merge pull request #633 from blopatka/master wicket-7 build should be fixed add

Re: 7.10.0 -> 7.11.0 error with WicketTester

2018-12-03 Thread Maxim Solodovnik
The method is here https://github.com/apache/wicket/blob/wicket-7.x/wicket-request/src/main/java/org/apache/wicket/request/Url.java#L1123 In all branches ... On Mon, 3 Dec 2018 at 19:50, Francesco Chicchiriccò wrote: > Hi all, > after upgrading from 7.10.0 to 7.11.0, I receive the following exce

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

Re: web session not available to current thread

2018-12-10 Thread Maxim Solodovnik
Are you using frontend proxy? On Mon, 10 Dec 2018 at 15:39, Arunachalam Sibisakkaravarthi < arunacha...@mcruncher.com> wrote: > But, It didn't give remote address when run the app in Tomcat, but in Jetty > It gives correct remote address > > RequestCycle requestCycle = RequestCycle.get(); > Servl

Re: web session not available to current thread

2018-12-10 Thread Maxim Solodovnik
t; > We have configured this > > How do I resolve this? > > > > *Thanks And RegardsSibi.ArunachalammCruncher* > > > On Mon, Dec 10, 2018 at 4:42 PM Maxim Solodovnik > wrote: > > > Are you using frontend proxy? > > > > On Mon, 10 Dec 2018 at 15:39, Ar

[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

Re: web session not available to current thread

2018-12-14 Thread Maxim Solodovnik
cha...@mcruncher.com> wrote: > Hi Maxim, > No, I did not use any frontend proxy since it is development environment. > > > > *Thanks And RegardsSibi.ArunachalammCruncher* > > > On Mon, Dec 10, 2018 at 5:48 PM Maxim Solodovnik > wrote: > > > I was asking regard

Re: About WicketStuff pdfjs usage

2018-12-26 Thread Maxim Solodovnik
Not sure I get the question ... This [1] example works for me [1] https://github.com/wicketstuff/core/tree/wicket-7.x/wicketstuff-pdf-js-parent/wicketstuff-pdfjs-examples On Wed, 26 Dec 2018 at 20:21, ShengChe Hsiao wrote: > > Hello > > Dose anybody working with it and provides sample code? >

Re: Wicket 6.29 supports Jquery 3.0

2018-12-26 Thread Maxim Solodovnik
jquery 3 is not shipped with wicket-6.x [1] You can try to add it via UrlResourceReference [2] [1] https://github.com/apache/wicket/tree/wicket-6.x/wicket-core/src/main/java/org/apache/wicket/resource/jquery [2] https://ci.apache.org/projects/wicket/guide/6.x/guide/single.html#resources_6 On We

Re: Missing code examples

2019-01-18 Thread Maxim Solodovnik
Hello, just have checked signin page for authentication2 exists and it has name SignIn2 both java and html are available signin page for authentication3 exists and it has name MySignInPage both java and html are available On Sat, 19 Jan 2019 at 11:36, ndongo yaya wrote: > Hello, > The wicket

Re: Validation message parameters and internationalization

2019-01-28 Thread Maxim Solodovnik
Hello Zbynek, In our project we are customizing validation messages as follows: Markup: Java: add(new RequiredTextField("wicketid").setLabel(Model.of(getString("label_key"; This way lots of built-in validation messages will be "auto-customized" not sure if it will work for you On Mon,

Re: Validation message parameters and internationalization

2019-01-28 Thread Maxim Solodovnik
Yes, ResourceModel seems to be much better to use in this case Not the best example :( On Mon, 28 Jan 2019 at 18:24, Ernesto Reinaldo Barreiro wrote: > Hi, > > On Mon, Jan 28, 2019 at 1:04 PM Maxim Solodovnik > wrote: > > > Hello Zbynek, > > > > In our proj

[ANNOUNCE] WicketStuff 8.3.0 Released

2019-02-01 Thread Maxim Solodovnik
WicketStuff core 8.3.0 based on Apache Wicket 8.3.0 is released and soon will be available at Maven Central! The changelog since 8.2.0 is: Martin Tzvetanov Grigorov (1): Upgrade Jackson to 2.9.8 Maxim Solodovnik (7): Switching to the next development version HTTPS is being

Re: Wicket-jquery-ui question

2019-02-15 Thread Maxim Solodovnik
Hello, Can you share simple quickstart demonstrating the problem? On Fri, 15 Feb 2019 at 23:18, Entropy wrote: > > We recently added wicket-jquery-ui MessageDialog > (http://www.7thweb.net/wicket-jquery-ui/dialog/MessageDialogPage;jsessionid=666ECDD526710BAC40AC4EBBFCC7F4F1?0) > to our app. But

[ANNOUNCE] WicketStuff 7.12.0 Released

2019-02-17 Thread Maxim Solodovnik
WicketStuff core 7.12.0 based on Apache Wicket 7.12.0 is released and soon will be available at Maven Central! The changelog since 7.11.0 is: Maxim Solodovnik (2): Wicket version is switched to the next SNAPSHOT Wicketstuff 7.12.0 is released Thanos Apostolou (1): Ajax

Re: Wicket-jquery-ui question

2019-02-17 Thread Maxim Solodovnik
Actually you can have any build system in your project Quckstart can help to 1) show isolated issue 2) it is lightweight 3) there are chances you will find the problem in your code while creating quickstart 4) we can run and debug quickstart and provide you with some "real" help On Mon, 18 Feb 20

Re: WebSocket

2019-02-19 Thread Maxim Solodovnik
Shot in the dark: tomcat 7 is too old ... Does it work with tomcat 8/8.5/9 ? On Tue, Feb 19, 2019, 18:30 Virginie Garcin Hello, > > I'm trying to use WebSocket in Wicket 8.3.0, with Tomcat 7.0.85. > > In pom, I have: > > > org.apache.wicket > wicket-native-websocket-javax >

Re: WebSocket

2019-02-19 Thread Maxim Solodovnik
Or maybe with Tomcat-7 you need Wicket-7 and wicket-native-websocket-tomcat On Tue, 19 Feb 2019 at 18:44, Maxim Solodovnik wrote: > > Shot in the dark: tomcat 7 is too old ... > Does it work with tomcat 8/8.5/9 ? > > On Tue, Feb 19, 2019, 18:30 Virginie Garcin wrote: >>

Re: Skip URL escape on redirect

2019-03-06 Thread Maxim Solodovnik
IMO better way would be to create hash for encoded URL On Wed, 6 Mar 2019 at 22:02, Calin Pavel wrote: > > Hello, > > I'm doing a redirect from Wicket code like* throw new > RedirectToUrlException("http://mydomain/file(1).txt?Signature=JdfsuerJQEWQA2"); > *and this should redirect user to this

Re: Wicket-jquery-ui autocomplete running slow

2019-03-08 Thread Maxim Solodovnik
Additional question: What is the timing of `getFilterList` method? On Sat, 9 Mar 2019 at 08:17, Sebastien wrote: > > Hi, in your browser devtool / network, that the timing says while calling > getchoice ? > > On Sat, Mar 9, 2019, 06:59 Entropy wrote: > > > My project is using the wicket-jquery-u

Re: Problems with wicket examples 8.x

2019-03-10 Thread Maxim Solodovnik
Hello Daniel, It seems project a little bit outdated :( please change wicket version here [1] to be "8.3.0" [1] https://github.com/bitstorm/Wicket-tutorial-examples/blob/master/pom.xml#L27 On Sun, 10 Mar 2019 at 16:48, kyrindorx wrote: > > Hey all, > > I tried to compile and run the Wicket exam

Re: Problems with wicket examples 8.x

2019-03-10 Thread Maxim Solodovnik
> > Where will the final versions provided? apache, maven central? > > Greets > Daniel > > Am 10.03.19 um 11:06 schrieb Maxim Solodovnik: > > Hello Daniel, > > > > It seems project a little bit outdated :( > > please change wicket version here [1] t

Re: Wicket-jquery-ui autocomplete running slow

2019-03-10 Thread Maxim Solodovnik
Can you share quick-start project demonstrating this issue? On Mon, 11 Mar 2019 at 02:44, Entropy wrote: > > Identical to the timing of getchoices (the method that contains it). In my > most recent test 24ms for both while the full request took 6.5 seconds. > > -- > Sent from: > http://apache-w

Re: Adding Guage Charts to Wicket

2019-03-22 Thread Maxim Solodovnik
https://cwiki.apache.org/confluence/display/WICKET/JFreeChart+and+wicket+example On Fri, 22 Mar 2019 at 18:43, gasper wrote: > I have knowledge on how to use JfreeChart on Java SE but on Wicket I can't > find any useful links that shows how to use Jfreechart with Wicket. > > Can someone kindly h

Re: Adding Guage Charts to Wicket

2019-03-22 Thread Maxim Solodovnik
org.apache.wicket.markup.html.image.resource.DynamicImageResource -> org.apache.wicket.request.resource.DynamicImageResource org.apache.wicket.Resource -> org.apache.wicket.request.resource. AbstractResource (or maybe org.apache.wicket.request.resource.IResource) org.apache.wicket.protocol.http.Web

Re: Adding Guage Charts to Wicket

2019-03-22 Thread Maxim Solodovnik
You can also use some other chart components from wicketstuff: https://github.com/wicketstuff/core On Fri, 22 Mar 2019 at 23:18, gasper wrote: > It works... > > Thanks > > -- > Sent from: > http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html > > -

Re: web sockets messages + page identities

2019-04-03 Thread Maxim Solodovnik
Hello Ernesto, We also have code to send websocket messages "to others" I do store active client list (each page/tab is client) Every client stores pageId and sessionId Then I do filtering on pageId+sessionId This seems to work as expected On Wed, 3 Apr 2019 at 18:18, Ernesto Reinaldo Barreiro

Re: Adding busy indicator to Wizard finish button.

2019-04-03 Thread Maxim Solodovnik
Hello, WizardButtons are being created here https://github.com/apache/wicket/blob/master/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/WizardButtonBar.java You could override one or more method and return IndicatingButton for ex. https://github.com/sebfz1/wicket-jquery-ui/bl

Re: [8.x] form Input HTML5 form attribute?

2019-04-10 Thread Maxim Solodovnik
The reference to the final spec: https://www.w3.org/TR/html5/sec-forms.html#association-of-controls-and-forms Actually wicket do support nested forms for many years On Wed, 10 Apr 2019 at 16:05, nino martinez wael < nino.martinez.w...@gmail.com> wrote: > Hi > > I am going through our designers h

Re: Integrate Wicket with Keycloak

2019-04-10 Thread Maxim Solodovnik
Not sure this is related to Keycloak But here is example how to restrict access to pages/components: https://ci.apache.org/projects/wicket/guide/8.x/single.html#_using_roles_with_annotations On Wed, 10 Apr 2019 at 21:43, Calin Pavel wrote: > Hi everybody, > > Did anybody integrated Wicket with

Re: AJAX error on chrome with latest 8.4 release

2019-04-16 Thread Maxim Solodovnik
Hello Ernesto, wicket-jquery-ui based Wizard works for me as expected (just have tested Chrome latest at Ubuntu 18.10) On Tue, 16 Apr 2019 at 18:33, Ernesto Reinaldo Barreiro wrote: > Hi, > > I'm experiencing following error > > POST > > http://10.211.55.6:8080/kms2/advanced-search?1-2.0-body-w

Re: AJAX error on chrome with latest 8.4 release

2019-04-16 Thread Maxim Solodovnik
Is it reproducible with non-minified (i.e. DEVELOPMENT) version? On Tue, 16 Apr 2019 at 20:34, Ernesto Reinaldo Barreiro wrote: > Hi Maxim, > > Thanks for feedback. > > wicket-jquery-ui based Wizard works for me as expected (just have tested > > Chrome latest at Ubuntu 18.10) > > > > We are usin

Re: AJAX error on chrome with latest 8.4 release

2019-04-16 Thread Maxim Solodovnik
non minified jquery and/or wicket.mode=DEVELOPMENT May be it will shed some light on this issue ... On Tue, 16 Apr 2019 at 20:59, Ernesto Reinaldo Barreiro wrote: > Hi, > > On Tue, Apr 16, 2019 at 4:36 PM Maxim Solodovnik > wrote: > > > Is it reproducible with non-minif

[ANNOUNCE] WicketStuff 8.4.0 Released

2019-04-16 Thread Maxim Solodovnik
Tzvetanov Grigorov (2): Fixes #655 - Do not try to render the model objects when AbstractSelect2Choice component is in stateless mode [datatables] Fixes #660 - Add support for filtering to the Infinite Scroll demo page Maxim Solodovnik (7): Switching to the next development version

Re: AJAX error on chrome with latest 8.4 release

2019-04-16 Thread Maxim Solodovnik
Maybe non-minimized stacktrace can gave some more info? On Tue, 16 Apr 2019 at 22:35, Ernesto Reinaldo Barreiro wrote: > > Hi, > > Bumping jQuery version to 3.4.0 provides same results (no minimized). > > On Tue, Apr 16, 2019 at 5:28 PM Maxim Solodovnik > wrote: > > &

[ANNOUNCE] WicketStuff 7.13.0 Released

2019-04-16 Thread Maxim Solodovnik
WicketStuff core 7.13.0 based on Apache Wicket 7.13.0 is released and soon will be available at Maven Central! The changelog since 7.12.0 is: Dennis Hoersch (1): Allow to customize selectize.js settings (#656) Lucas Fernandes (1): Add language support Portuguese-BR (#659) Maxim

[ANNOUNCE] WicketStuff 9.0.0-M1 Released

2019-04-19 Thread Maxim Solodovnik
Move the call of "MonitorFactory.getFactory().reset();" to AfterEach in JamonMonitoredRequestCycleTest Maxim Solodovnik (73): master branch is switched to the next dev version wicket1.5-tree is updated to latest release Basic work on switching to java9 (tes

How to use new IPageStore

2019-04-22 Thread Maxim Solodovnik
Hello Sven, I'm trying to migrate OpenMeetings code to wicket9 The migration was easy, moving to junit5 was doable All tests are green BUT real application throws Exceptions :( I'm setting Hazelcast as follows: [1] I have checked the code And found no way to pass SerializedPage to HazelcastDataS

Re: How to use new IPageStore

2019-04-22 Thread Maxim Solodovnik
rializer()); > } > }); > > I.e. a SerializingPageStore does the conversion to/from serialized pages. > > Have fun > Sven > > > Am 22.04.19 um 17:17 schrieb Maxim Solodovnik: > > Hello Sven, > > > > I'm trying to migrate OpenMeetings cod

Re: [8.3] Nested Forms within a table?

2019-04-23 Thread Maxim Solodovnik
I would say we can create overridable method so users can specify which tag to use it will help with `` On Wed, 24 Apr 2019 at 01:39, Sven Meier wrote: > Hi, > > I think we could improve nested Forms so that only tags are > turned into a , but anything else stays as it is. > > WDYT? > Sven > >

Re: [8.3] Nested Forms within a table?

2019-04-23 Thread Maxim Solodovnik
ms in tables > (for example on form per ) without breaking html. > > -Nino > > On Wed, Apr 24, 2019 at 3:24 AM Maxim Solodovnik > wrote: > > > I would say we can create overridable method so users can specify which > tag > > to use > > it will help with `` &

Re: [8.3] Nested Forms within a table?

2019-04-23 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: > > > >

Re: [8.3] Nested Forms within a table?

2019-04-23 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 '&#

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 should

<    1   2   3   4   5   6   7   8   >