Re: Question about Wicket 10.0.0-M2

2024-02-06 Thread Martin Grigorov
Hi Tom, It seems that you run your application with modulePath (JPMS) instead of classpath. But your application is not a JPMS module itself - "unnamed module". I guess you just need to disable JPMS for Maven Surefire plugin - https://stackoverflow.com/a/73654342/497381 On Tue, Feb 6, 2024 at

Re: Wicket 9 + Jetty 12: Lots of exceptions due to modification of read-only response

2024-01-23 Thread Martin Grigorov
https://issues.apache.org/jira/browse/WICKET-7075 I will backport it to 9.x ! On Tue, Jan 23, 2024 at 10:26 AM Martin Grigorov wrote: > Hi, > > On Mon, Jan 22, 2024 at 6:09 PM Martin Simons > wrote: > >> Hey everyone, >> >> I started a gnarly migration of

Re: Wicket 9 + Jetty 12: Lots of exceptions due to modification of read-only response

2024-01-23 Thread Martin Grigorov
Hi, On Mon, Jan 22, 2024 at 6:09 PM Martin Simons wrote: > Hey everyone, > > I started a gnarly migration of a really old Wicket 6 application to > Wicket 9 last week. One of the objectives was to move away from a > .war-based deployment to a Tomcat app server, and instead go with an > embedded

Re: wicket 10 production ready plan

2024-01-09 Thread Martin Grigorov
Hi, We work on the non-technical tasks (press release, announcement, etc.). IMO it should be released in the next few weeks! Martin On Wed, Jan 10, 2024 at 7:13 AM any sdk wrote: > Hello wicket team, > > May I ask you when the wicket 10 production ready version will be released? > > >

Re: Reg: Content security policy

2024-01-03 Thread Martin Grigorov
Could you please open a ticket in JIRA with this information ? Thanks! On Thu, Jan 4, 2024 at 9:46 AM sundar saba wrote: > Hi all, > Thanks for your quick reply. This is the info message get from > Kali Linux > > DirectiveValue > script-src 'nonce-QmsK_uBjkJ84B3bGJIX'

Re: Reg: Content security policy

2024-01-03 Thread Martin Grigorov
Hi, https://github.com/apache/wicket/blob/e9461b0d115a7dbf4992596823521f6e038817d9/wicket-core/src/main/java/org/apache/wicket/core/random/ISecureRandomSupplier.java#L60 This is the relevant code. It looks OK to me. Attachments are not allowed in the mailing list. Could you please copy/paste a

Re: wicket 10

2023-12-15 Thread Martin Grigorov
Please check https://lists.apache.org/thread/5shcr43foncvt237wmp1fr8lponx4z9h On Fri, Dec 15, 2023 at 10:53 AM xuwei zhang wrote: > Hello Wicket Team, > > > Do we have any plans for the release date of the Wicket 10 stable version? > > > BR. >

Re: Odd behaviour with StatelessForm and onInitialize()

2023-11-24 Thread Martin Grigorov
Hi, I don't have time to debug the problem right now but could you try something: swap these two lines - https://gist.github.com/TekkiWuff/824e820427c16e204bde68e95fd566a6#file-homepage-java-L25-L26 I.e. first add() the components to the page and then call super.onInitialize() On Thu, Nov 23,

Re: Wicket 10 Release Plans

2023-10-16 Thread Martin Grigorov
https://lists.apache.org/thread/p0gjllpk7zh8wwz3jm3r4v495ylp47rz Now is the moment to test the candidate and vote for it! On Tue, Sep 19, 2023 at 12:19 PM Martin Grigorov wrote: > You might be interested in > https://issues.apache.org/jira/browse/WICKET-7072 > This refactoring may re

Re: Wicket 10 Release Plans

2023-09-19 Thread Martin Grigorov
You might be interested in https://issues.apache.org/jira/browse/WICKET-7072 This refactoring may require one more milestone/release candidate. Your input is very welcome! On Tue, Sep 12, 2023 at 3:09 PM Martin Grigorov wrote: > > > On Tue, Sep 12, 2023 at 2:11 PM Andrea Del Bene

Re: Wicket 10 Release Plans

2023-09-12 Thread Martin Grigorov
Jakarta migration > > wasn't blocked by performance issues in Hibernate 6 ,) > > > > Best, > > > > Thomas > > > > On Mon, Sep 11, 2023 at 3:30 PM Martin Grigorov > > wrote: > > > > > On Mon, Sep 11, 2023 at 4:13 PM Korbinian

Re: Wicket 10 Release Plans

2023-09-11 Thread Martin Grigorov
an migrate his/her Javax based application to Jakarta now via migration tools like https://github.com/apache/tomcat-jakartaee-migration It is a bytecode translator and has been tested with Wicket application several years ago! > > > - Ursprüngliche Mail - > > Von: &qu

Re: Wicket 10 Release Plans

2023-09-11 Thread Martin Grigorov
On Mon, Sep 11, 2023 at 11:06 AM Andrea Del Bene wrote: > Hi, > > as usual it's not easy making precise plans for the future since many of us > (probably all of us) works on Wicket on a voluntary base. However, for the > imminent future we are about to release Wicket 10 M2 and check that >

Re: Question about log warning: "IndicatingAjaxButton should be applied on a 'button' tag"

2023-06-29 Thread Martin Grigorov
https://github.com/sebfz1/wicket-jquery-ui/issues/359 On Thu, Jun 29, 2023 at 2:43 PM Shawn McKinney wrote: > > > On Jun 29, 2023, at 6:30 AM, Shawn McKinney wrote: > > > > > > Which begs the question. What happens when we use the wicket extensions > instead? > > > > (Don’t know but I’ll find

Re: Question about log warning: "IndicatingAjaxButton should be applied on a 'button' tag"

2023-06-29 Thread Martin Grigorov
On Wed, Jun 28, 2023 at 4:08 PM Shawn McKinney wrote: > Howdy, > > I’m a little embarrassed to be asking. It seems so basic, should know it > already. > > But, I’ve already spent a fair amount of time digging with no answers. > > My usage of Ajax buttons generates this warning in the logs: > >

Re: Question about log warning: "IndicatingAjaxButton should be applied on a 'button' tag"

2023-06-28 Thread Martin Grigorov
For me the real question is why is not supported too ?! IMO this is a bug! On Wed, Jun 28, 2023 at 4:28 PM Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > By the way... in almost all wicket applications I have worked with we had a > blocking div covering the page and

Re: Plans for Wicket 10 Release

2023-06-07 Thread Martin Grigorov
The PR has been merged! On Wed, Jun 7, 2023 at 3:32 PM Greb Lindqvist wrote: > I am looking forward to testing RC1 in several projects. > > Thank you for moving this forward! > > On Wed, Jun 7, 2023 at 6:00 AM Martin Grigorov > wrote: > > > On Wed, May 31, 2023

Re: Plans for Wicket 10 Release

2023-06-07 Thread Martin Grigorov
repo duplicates classes from commons-io, Jakarta Servlet and > >> SLF4J and is triggering my Maven Enforcer's BanDuplicateClasses rule. > > > > > > Sounds interesting > > Could you share details? :) > > > >> > >> Op za 27 mei 2023 om 21:53 schr

Re: Where is ModalWindow in wicket-10 ?

2023-05-28 Thread Martin Grigorov
On Sun, May 28, 2023 at 12:27 PM smallufo wrote: > I found that all my ModalWindow cannot compile because ModalWindow is > removed. > Is there any reason for this? > And it seems there is a modelDialog ( to replace ModalWindow ?) , >

Re: Plans for Wicket 10 Release

2023-05-27 Thread Martin Grigorov
On Sat, May 27, 2023 at 8:18 PM smallufo wrote: > Hi > Where can I get wicket-10 snapshot ? > https://github.com/apache/wicket/blob/master/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml#L175-L186 I cannot find it in mvnrepository.com ... I've upgrade all subsystems from

Re: Plans for Wicket 10 Release

2023-05-25 Thread Martin Grigorov
Since we use a local copy of commons-fileupload2 I see no stopper for a release! A milestone one or a release candidate. The last problem is in the CDI module - several dependencies still miss jakarta impls (e.g. cdi-unit). I cannot say how big of an issue this is for a Wicket itself. On Thu,

Re: Wicket 10 + Commons FileUpload

2023-04-04 Thread Martin Grigorov
The build should be fixed with https://github.com/apache/wicket/commit/8f8951b64db7006b131f7acfc8ad8f32bc6dca8a Please review it and let us know if you see a problem! On Mon, Apr 3, 2023 at 11:01 AM Martin Grigorov wrote: > Well, that's good news, I think! > The commons team is doing som

Re: Wicket 10 + Commons FileUpload

2023-04-03 Thread Martin Grigorov
s-fileupload/commits/master > > > > and AFAICT Wicket 10.0.0-M1-SNAPSHOT depends on Commons FileUpload > 2.0-SNAPSHOT no? > > > > Last Friday all was working on Syncope side as well: > > > > > https://github.com/apache/syncope/commit/c65cbde960768ca3

Re: Wicket 10 + Commons FileUpload

2023-04-03 Thread Martin Grigorov
https://repository.apache.org/content/repositories/snapshots/org/apache/wicket/wicket-util/10.0.0-M1-SNAPSHOT/wicket-util-10.0.0-M1-20230324.080605-197.pom is the last version and it contains the dependency to commons-fileupload2 On Mon, Apr 3, 2023 at 10:33 AM Martin Grigorov wrote: >

Re: Wicket 10 + Commons FileUpload

2023-04-03 Thread Martin Grigorov
> > > > > > > > > On Sat, Mar 25, 2023 at 5:02 PM Greb Lindqvist > > > wrote: > > > > > Thank you!  > > > > > > On Sat, Mar 25, 2023 at 6:05 AM Maxim Solodovnik > > > > wrote: > > > > > > > https:

Re: Wicket 10 + Commons FileUpload

2023-03-23 Thread Martin Grigorov
Hi, The plan is to copy the fileupload classes in Wicket. Do you want to help with a PR ? Just create a new Maven module, e.g. wicket-commons-fileupload, and copy the Jakarta related classes into org/apache/wicket/commons/fileupload package, i.e. to shade them. Then update wicket-core to make use

Re: addying support for upload to resource

2023-03-15 Thread Martin Grigorov
t would be good also to add an example to wicket-examples that uses a smart JS uploader, llike in the blog. This way you will verify that the new APIs are easily extendable. > > On Wed, Mar 15, 2023 at 1:59 PM Martin Grigorov > wrote: > > > On Wed, Mar 15, 202

Re: addying support for upload to resource

2023-03-15 Thread Martin Grigorov
On Wed, Mar 15, 2023 at 12:25 PM Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > Hi, > > In our application we are heavily using web socket push (repainting web > wicket components via web-socket push). One problem we found is that in > some pages we have some uploads and those uploads

Re: does spring-boot migration require wicket-spring-boot

2023-01-29 Thread Martin Grigorov
runachalam Sibisakkaravarthi < arunacha...@mcruncher.com> wrote: > Thank you Martin Grigorov. > Is there any document/guide/sample to integrate Apache Wicket framework > with Spring-Boot? > Please share the links > > > > *Thanks And RegardsSibi.ArunachalammCruncher* > > >

Re: data persistence using hibernate

2023-01-23 Thread Martin Grigorov
On Tue, Jan 24, 2023 at 8:50 AM James Pollard wrote: > I've managed to make some progress with database connectivity, ended up > using hikaricp instead > HikariCP is a just a connection pool. I am not sure what exactly you mean with "instead". A connection pool is not a replacement of an ORM

Re: FormComponent and FormComponentPanel ClassCast Issue

2023-01-23 Thread Martin Grigorov
Hi, On Mon, Jan 23, 2023 at 5:09 PM Eric Hamel wrote: > Good morning, > > We are running into intermittent issues on our WebSphere 8.5 environment. > The server keeps crashing and we see no cause in our logs. With that said, > admins have seen the following error in our logs and I can’t make

Re: does spring-boot migration require wicket-spring-boot

2023-01-20 Thread Martin Grigorov
On Fri, Jan 20, 2023 at 11:16 AM Arunachalam Sibisakkaravarthi < arunacha...@mcruncher.com> wrote: > Hi guys, > We develop Wicket + Spring based web applications. > Now we are working to migrate the Spring framework to Spring Boot. Does > this require wicket-spring-boot migration? > Is it

Re: Wicket on low end hardware

2023-01-06 Thread Martin Grigorov
Please explain what you did exactly On Fri, Jan 6, 2023 at 3:53 PM wrote: > Hi Martin, > > Sadly, that does not make any difference. > > > Martin Grigorov schreef op 2023-01-06 13:19: > > > In the preloading code please try with: > > > > App

Re: Wicket on low end hardware

2023-01-06 Thread Martin Grigorov
that my application has about 85 *.properties > files. > > Stan > > > Martin Grigorov schreef op 2023-01-06 12:59: > > > On Fri, Jan 6, 2023 at 11:44 AM wrote: > > > >> Hi all, > >> > >> As I was implementing markup caching by adding it directly

Re: Wicket on low end hardware

2023-01-06 Thread Martin Grigorov
e coming up with something effective. > > Does anyone have experience with this? > What is the system locale ? And what resource bunldes does your application use ? E.g. MyApplication_nl.properties and MyApplication.properties > > Thanks. > > Stan > > > Martin Grigorov

Re: Wicket on low end hardware

2023-01-06 Thread Martin Grigorov
in the > > markup of the page that will open it. > > > > I wonder if it would be possible to develop a 'parse all markup' that > > would pick up the markup for these forms as well, not just for the pages. > > > > On 5/01/2023 12:31 am, Martin Grigorov wrote: > > &

Re: Wicket on low end hardware

2023-01-04 Thread Martin Grigorov
On Wed, Jan 4, 2023 at 2:48 PM wrote: > Hi Anna, > > I attempted this, and ended up with a method like this: > > private void preloadPages(Collection> > pages) { >final Supplier oldSessionStoreProvider = > getSessionStoreProvider(); > >try { > setSessionStoreProvider(() -> new

Re: Wicket on low end hardware

2023-01-03 Thread Martin Grigorov
On Tue, Jan 3, 2023 at 4:58 PM wrote: > Thanks everyone. I did not expect the amount of feedback that I got. It > is much appreciated. > > I spent most of my day profiling with VisualVM and it strengthened by > beliefs that my problems do not appear to be related to anything but > Wicket

Re: Wicket on low end hardware

2023-01-03 Thread Martin Grigorov
On Tue, Jan 3, 2023 at 10:12 AM Chris Colman wrote: > We have lots of markup files (>1000) and have customized the markup and > component resolution to support a kind of "markup driven" layout > capability. > > There are times when the system will appear to hang but it's just that a > form that

Re: wicket-bean-validation 10.0.0-M1-SNAPSHOT not available?

2023-01-03 Thread Martin Grigorov
https://repository.apache.org/service/local/repo_groups/snapshots-group/content/org/apache/wicket/wicket-devutils/10.0.0-M1-SNAPSHOT/wicket-devutils-10.0.0-M1-20221118.110647-169.pom

Re: Wicket MVVM

2022-11-17 Thread Martin Grigorov
Hi, I am not sure how much helpful my answer is to you but https://isis.apache.org/ does something similar. Isis defines a model based on your naked objects. And then different viewers visualize the objectis/collections. Apache Wicket is one of the available viewers. REST is another. AFAIK there

Re: Host Header Injection Solution

2022-11-08 Thread Martin Grigorov
Hi Jonathan, On Tue, Nov 8, 2022 at 4:39 AM Jonathan P. Babie wrote: > Hello, > > Our Wicket web application went through an app scan. We understand most > problems that came back from the report and have solutions, but one that's > troubling us is: > > > I've omitted our URLs, but essentially

Re: Ajax - component not rendered.

2022-11-08 Thread Martin Grigorov
r">WakeOnLan Utility Utility to > start / wake up a computer href="./?6-2.-signOut">Sign Out id="feedbackContainer"> > action="./?6-2.-wakeUpForm

Re: Ajax - component not rendered.

2022-11-07 Thread Martin Grigorov
tachableModel { > >>>>> > >>>>> private List userDevices ; > >>>>> ... > >>>>> } > >>>>> > >>>>> private class UserDevicesListView extends ListView { > >>>>> >

Re: Ajax - component not rendered.

2022-10-28 Thread Martin Grigorov
Hi Laurent, Few questions: 1) is the Ajax call actually executed ? Set a breakpoint inside #onClick() and see whether it breaks 2) Is there any error (Java or JavaScript) ? Check both the server logs and the browser console On Fri, Oct 28, 2022 at 10:45 AM Laurent Duparchy wrote: > Hi, > >

Re: Spring Boot 3, Wicket 10, Roadmap?

2022-10-20 Thread Martin Grigorov
Hi, On Wed, Oct 19, 2022 at 11:53 PM Greb Lindqvist wrote: > Hello, > > My organization has several internal apps running with Spring Boot 2.7 and > Wicket 9. We are planning ahead for updating to Spring Boot 3. My > understanding is that we'll need to wait for Wicket 10. > I haven't tried it

Re: Catch start and finish of upload process on MultiFileUploadField

2022-10-18 Thread Martin Grigorov
/wicket/ajax/attributes/AjaxRequestAttributes.java#L258 3. Add JS logic to be called onBeforeSend() callback to show your panel > > > > 2022.10.18. 10:08 keltezéssel, Martin Grigorov írta: > > On Tue, Oct 18, 2022 at 10:50 AM Sandor Feher > wrote: > > > >> Hi,

Re: Catch start and finish of upload process on MultiFileUploadField

2022-10-18 Thread Martin Grigorov
On Tue, Oct 18, 2022 at 10:50 AM Sandor Feher wrote: > Hi, > > On Mon, Oct 17, 2022 at 1:23 PM Sandor Feher wrote: > > >> Now I use IndicatingAjaxButton for that but catching it within onSubmit > >> is late. > >> > > >What do you mean with "is late" ? > > As I realized when the first line of

Re: Catch start and finish of upload process on MultiFileUploadField

2022-10-18 Thread Martin Grigorov
Hi, On Mon, Oct 17, 2022 at 1:23 PM Sandor Feher wrote: > Hi, > > I have a form which contains a MultiFileUploadField beside other input > fields. (In this case uploading file(s) is optional. ) > > I would like to catch somehow the start and the end of upload process to > let users know we do

Re: Feature request: AjaxButton that can be used as type reset or type button in addition to current type submit

2022-09-28 Thread Martin Grigorov
Hi, You can use AjaxLink with . Wicket will automatically set its type to "button" - https://github.com/apache/wicket/blob/7a87b09e6f96f2fceccb497fa873595c726e5efb/wicket-core/src/main/java/org/apache/wicket/ajax/markup/html/AjaxLink.java#L126 . If you have a form in the page then you should use

Re: Reset exchange properties modifications when i call unmarshall in my route

2022-09-26 Thread Martin Grigorov
Hi Joël, You sent your message to the wrong mailing list. I guess you meant us...@camel.apache.org Martin On Mon, Sep 26, 2022 at 4:24 PM Joël Guelluy wrote: > Hello, > There is something i don't understand around conversion and loosing > modifications on my exchange (Camel 2.25.4) > > NOTE

Re: AjaxCall while failover return same page content

2022-09-20 Thread Martin Grigorov
ith 128 kbs to fix this issue. > Maybe you keep reference to something that should not be serialized with the page? For example some non-detachable model?! > From: Martin Grigorov > Date: Tuesday, September 20, 2022 at 9:05 PM > To: users@wicket.apache.org > Subject: Re: AjaxCa

Re: add json file in bookmarkable file.

2022-09-20 Thread Martin Grigorov
hierarchy. I saw your provided link but I can't > find the solution yet. > > On Tue, Sep 20, 2022 at 6:00 PM Martin Grigorov > wrote: > >> you may also want to check >> http://wicketinaction.com/2011/07/wicket-1-5-mounting-resources/ >> >> On Tue, Sep 20, 2022

Re: add json file in bookmarkable file.

2022-09-20 Thread Martin Grigorov
you may also want to check http://wicketinaction.com/2011/07/wicket-1-5-mounting-resources/ On Tue, Sep 20, 2022 at 4:25 PM Martin Grigorov wrote: > > > On Tue, Sep 20, 2022 at 4:16 PM vahid ghasemi > wrote: > >> I don't want to be available always. so I don't want to add

Re: add json file in bookmarkable file.

2022-09-20 Thread Martin Grigorov
quot;/", new > PackageResourceReference("dataTables.persian.json")); > I guess you don't want it on the root ("/"). But this will make it "available always" too! > But I got 404 for the file > [image: image.png] > > On Tue,

Re: AjaxCall while failover return same page content

2022-09-20 Thread Martin Grigorov
Hi, Is Wildfly configured to replicate the http sessions across the nodes ? It seems you save a page instance on node 1 but then it is not available at node 2. I.e. Wildfly didn't replicate the http session from 1 to 2 and Wicket knows nothing about page with id 7 on node 2. On Fri, Sep 2, 2022

Re: add json file in bookmarkable file.

2022-09-20 Thread Martin Grigorov
Hi, You can put the JSON file in your webapp /static folder. Or you could use application.mountResource(...) if you want it to be served and/or generated by Wicket. Also please check https://github.com/wicketstuff/core/tree/master/datatables-parent On Tue, Sep 20, 2022 at 3:31 PM vahid ghasemi

Re: Re: Re: Automatically insert generated html IDs in other places in html file

2022-07-11 Thread Martin Grigorov
just have > to do it the "old fashioned" way by adding everything on the Java side as > well. I just wanted to know ahead of that if somebody has solved this > problem in a more elegant way before and I would maybe not have to reinvent > the wheel. > > Thank you for your t

Re: Wicket development contractors

2022-07-11 Thread Martin Grigorov
Hi Boris, You could still try the listed companies and individuals on that page. My company is listed there and I provide such service but I am not available at the moment. Hopefully someone is! Martin On Fri, Jul 8, 2022 at 8:16 PM Boris Goldowsky wrote: > Hi, > > We have a number of

Re: Re: Automatically insert generated html IDs in other places in html file

2022-07-03 Thread Martin Grigorov
; > I suppose > > > > > Could be similarly implemented as the wicket:for attribute. > See AutoLabelTagHandler and AutoLabelTagResolver for more information. > > Martijn > > > On Thu, Jun 30, 2022 at 10:41 PM Martin Grigorov > wrote: > > > On Thu, Jun 30, 2022,

Re: Re: Automatically insert generated html IDs in other places in html file

2022-06-30 Thread Martin Grigorov
example I've given is just one of many. We have many different > constellation with completly different html fragments but each of them has > the same problem, that somewhere in there the html ID of one html tag has > to be put into the html attribute of another html tag. > > @Martin

Re: Automatically insert generated html IDs in other places in html file

2022-06-29 Thread Martin Grigorov
Hi, The easiest way I could imagine is with a short jQuery function that is called on domready. If you need to do it on the server side then maybe with IResponseFilter. On Wed, Jun 29, 2022, 12:38 Daniel Radünz wrote: > Hello everybody, > > I'm wondering if there is a way in Wicket to

Re: BootstrapMultiSelect shows empty list without any options.

2022-06-23 Thread Martin Grigorov
Hi, Here are some possible reasons: 1) getMultiSelectItems() returns empty list 2) you may need to disable CSP in your application ( https://nightlies.apache.org/wicket/guide/9.x/single.html#_content_security_policy_csp ) 3) disable COOP and/or COEP (

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

2022-05-31 Thread Martin Grigorov
On Tue, May 31, 2022 at 1:03 PM 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 from the "JavaScriptLibrarySettings" class by default. > I'd bet

Re: One button in a form shall show result in new tab

2022-05-31 Thread Martin Grigorov
Hi, On Tue, May 31, 2022 at 6:50 AM Joachim Schrod wrote: > > Hi, > > I'm tasked with upgrading an application from Wicket 7 to Wicket 9. > > There is one class with a heavy code smell: it relies on a Wicket > internal realization. (Which promptly doesn't work any more in Wicket > 9...) This

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

2022-05-25 Thread Martin Grigorov
Hi, You could use 1) IHeaderResponseDecorator to filter out the JavaScriptResourceReference for 2.x completely - check https://nightlies.apache.org/wicket/guide/9.x/single.html#_put_javascript_inside_page_body 2) resource replacement (to replace 2.x with 3.x on the fly) - check

Re: Ajax Error

2022-05-23 Thread Martin Grigorov
Hi, On Mon, May 23, 2022 at 2:03 PM vahid ghasemi wrote: > Hello, > I have the below error and I don't know this is from where and how I should > fix it. > FunctionsExecuter.processNext: ReferenceError: Main is not defined > You must be doing something like:

Re: NullPointerException in ModificationWatcher

2022-04-11 Thread Martin Grigorov
Hi, On Sat, Apr 9, 2022 at 3:14 PM Ryo Tsunoda wrote: > Hi. > > Sometimes this exception occurs after I edit the CSS. > Developed with Eclipse (Checked Build Automatically) + Tomcat. > > > 2022-04-09 19:28:48.252 | ERROR | [ModificationWatcher Task] | > org.apache.wicket.util.thread.Task |

Re: spring-bean RCE (indirect vulnerability of Servlet/jsp request get/post)

2022-04-05 Thread Martin Grigorov
Greets > Daniel > > > Am 01.04.2022 um 20:17 schrieb Martin Grigorov: > > Hi, > > > > I don't think a normal Wicket application is vulnerable to this attack. > > But I recommend you to update Spring in your applications anyway. > > > > On Fri, Apr

Re: spring-bean RCE (indirect vulnerability of Servlet/jsp request get/post)

2022-04-01 Thread Martin Grigorov
Hi, I don't think a normal Wicket application is vulnerable to this attack. But I recommend you to update Spring in your applications anyway. On Fri, Apr 1, 2022, 10:21 kyrindorx wrote: > Hello everyone, > > The internet developer community found a bug in > spring-beans/spring-webmvc on

Re: Get session details when it expires

2022-03-15 Thread Martin Grigorov
Hi, Please see Session#onInvalidate() javadoc. https://github.com/apache/wicket/blob/d902cdbdd853cb490db1507d79c587acede01ae3/wicket-core/src/main/java/org/apache/wicket/Session.java#L1016 On Tue, Mar 15, 2022 at 11:56 AM Arunachalam Sibisakkaravarthi < arunacha...@mcruncher.com> wrote: > Hi

Re: java.lang.ClassNotFoundException: javax.servlet.Filter on new quickstart

2022-02-26 Thread Martin Grigorov
On Sat, Feb 26, 2022 at 9:23 PM Timo Schmidt wrote: > Hi Lucio, > > On Sa 26.02.2022 12:22, Lucio Crusca wrote: > > > > I'm back to Wicket after a few years of other fun. Last > > time I used Wicket was version 6 and now I've tried a new > > quickstart project with Wicket 9.x but something went

Re: java.lang.ClassNotFoundException: javax.servlet.Filter on new quickstart

2022-02-26 Thread Martin Grigorov
Hi, How do you deploy the application? Please list the steps you do to build, deploy and (try to) use your application. On Sat, Feb 26, 2022, 13:23 Lucio Crusca wrote: > Hello everyone, > > I'm back to Wicket after a few years of other fun. Last time I used Wicket > was version 6 and now I've

Re: module error

2022-02-20 Thread Martin Grigorov
denied to jonathanlocke. > unable to access 'https://github.com/apache/wicket.git/': The requested > URL returned error: 403 > > Can someone give me push access? > > Jon > > > From: Martin Grigorov > Sent: Sunday, February 20, 2022 5:

Re: module error

2022-02-20 Thread Martin Grigorov
gt; > in wicket-core. I created a pull request, but got > > > an > > > > > error trying to push it in IntelliJ: > > > > > > > > > > Can't create a new pull request: Push failed: remote: Permission to > > > > > apache/wicket

Re: module error

2022-02-18 Thread Martin Grigorov
Hm. Looking at https://github.com/qos-ch/logback/commit/5186d2604b460f I think we need the 'uses' only in the module where we call ServiceLoader.load(), i.e. in wicket-core. On Fri, Feb 18, 2022 at 11:53 AM Martin Grigorov wrote: > Hi Jon, > > According to > https://www.oracle.c

Re: module error

2022-02-18 Thread Martin Grigorov
Hi Jon, According to https://www.oracle.com/corporate/features/understanding-java-9-modules.html *provides…with.* A provides…with module directive specifies that a module provides a service implementation—making the module a *service provider*. The provides part of the directive specifies an

Re: servlet api "BigBang"

2022-02-02 Thread Martin Grigorov
aging and logging > is in the module kivakit-kernel (although there are some additional > loggers like EmailLogger in kivakit-extensions). Let me know if people are > interested in trying this out on a branch and I'd be happy to help out. > > Best, > > Jon > > _

Re: servlet api "BigBang"

2022-02-02 Thread Martin Grigorov
Hi, On Wed, Feb 2, 2022 at 4:59 PM Tobias Haupt wrote: > We are using wicket for several projects and are piece by piece > migrating to wicket 9. > In all of these projects we use logback as logging adapter. Since > version 9.x wicket requires version 2.0.0.alpha[x] of slfj. > Logback provides

Re: Indicator on IndicatingAjaxButton and IndicatingAjaxLink not working

2022-01-24 Thread Martin Grigorov
tings settings = new BootstrapSettings(); > >>> >> Bootstrap.install(this, settings); > >>> >> > >>> >> 3. added necessary html elements > >>> >> [HomePage.html] > >>> >> > >>> >> Test Indicating Ajax Button

Re: OAuth authentication

2022-01-18 Thread Martin Grigorov
Hi, You could use any OAuth library you like. The idea is: - when an unauthenticated user requests a secured page Wicket should redirect to the login page - that logic page is not managed by Wicket but by your preferred OAuth library - in the callback from the OAuth library you should save the

Re: Indicator on IndicatingAjaxButton and IndicatingAjaxLink not working

2022-01-16 Thread Martin Grigorov
Hi, Please check https://examples9x.wicket.apache.org/ajax/links. The third link demostrates usage of IndicatingAjaxLink. When clicked it adds style="display:inline" and removes "hidden". Its source code could be found at

Re: Convert to science Number

2022-01-11 Thread Martin Grigorov
12:03 PM Martin Terra < > martin.te...@koodaripalvelut.com> wrote: > > > Also, are you using a BigDecimal or arbitrary floating point numbers > > <https://docs.oracle.com/cd/E19957-01/806-3568/ncg_goldberg.html>? Big > > decimals should have a built in converter.

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

2022-01-11 Thread Martin Grigorov
+1 to drop them ! On Wed, Jan 12, 2022 at 8:19 AM Maxim Solodovnik wrote: > 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

Re: Convert to science Number

2022-01-11 Thread Martin Grigorov
Please give more details On Tue, Jan 11, 2022 at 9:10 AM vahid ghasemi wrote: > Hello, > In wicket, the number above from 10E7 will convert to science number in > input. > How can I prevent that? >

Re: version of java

2022-01-04 Thread Martin Grigorov
On Wed, Jan 5, 2022 at 9:26 AM vahid ghasemi wrote: > We are using wicket 8 > Is it a bad idea to get java 17 with wicket 8? > I am not sure! I haven't tried! Try it and if there are problems then upgrade to Wicket 9.7.0! > > On Wed, Jan 5, 2022 at 9:23 AM Martin Grigorov &g

Re: version of java

2022-01-04 Thread Martin Grigorov
Hi, Wicket 9.x is regularly tested with Java 11 & 17! We are not aware of any issues! On Wed, Jan 5, 2022 at 7:34 AM vahid ghasemi wrote: > Hello. > What version of wicket can support the latest LTS version of java(17)? >

Re: Spring Boot Circular reference error

2021-12-12 Thread Martin Grigorov
Hi, I think there is no release of Wicket-Spring-Boot-Starter for Spring Boot 2.6. Maybe you have both 2.5.x and 2.6.1 on the classpath. Check with "mvn dependency:tree" On Sun, Dec 12, 2021, 09:03 Pranav Kacholia wrote: > Hi, > > I started the same app with spring boot version 2.5.7 and it

Re: wicket clickable image with tooltips map

2021-11-04 Thread Martin Grigorov
Hi, I am not sure how useful it could be for your use case but Wicket also provides org/apache/wicket/markup/html/link/ClientSideImageMap.java

Re: ContextRelativeResourceReference CSS rendering problem

2021-10-21 Thread Martin Grigorov
Hi, On Thu, Oct 21, 2021 at 1:15 AM Greg Dunn wrote: > I'm using the following code under Wicket 9 to load a CSS file > > > > private static final ContextRelativeResourceReference CSS_FILE = > > new ContextRelativeResourceReference("style/cssFile.css", > false); > > > >

Re: About jQuery 2.2.4 vulnerability

2021-10-20 Thread Martin Grigorov
On Wed, Oct 20, 2021 at 1:34 PM Martin Grigorov wrote: > > > On Wed, Oct 20, 2021 at 1:30 PM Martin Grigorov > wrote: > >> >> >> On Wed, Oct 20, 2021 at 1:21 PM Shengche Hsiao >> wrote: >> >>> Dear Martin >>> >>> After I

Re: About jQuery 2.2.4 vulnerability

2021-10-20 Thread Martin Grigorov
On Wed, Oct 20, 2021 at 1:30 PM Martin Grigorov wrote: > > > On Wed, Oct 20, 2021 at 1:21 PM Shengche Hsiao > wrote: > >> Dear Martin >> >> After I applied the code, the website showed exceptions below >> >> >> ERROR [org.apache.wicket.Defaul

Re: About jQuery 2.2.4 vulnerability

2021-10-20 Thread Martin Grigorov
be printed only if DEBUG is enabled. Also the response code should be 404! I will create a ticket! You could use another solutuion - use a custom Servlet Filter that is declared before WicketFilter. If the tequest is to jquery-2*.js then return 404 and do not pass the request & respo

Re: About jQuery 2.2.4 vulnerability

2021-10-20 Thread Martin Grigorov
erence/jquery/jquery-2.2.4-v-6233386130326534.js] > appears. I know this resource is generated automatically by Wicket 8.13.0 > (our project), and I don’t want this url resource be retrieved by scanner. > How to do that? > > > From: Martin Grigorov > Date: Wednesday, October 20, 2021

Re: About jQuery 2.2.4 vulnerability

2021-10-20 Thread Martin Grigorov
Hi, On Wed, Oct 20, 2021 at 5:46 AM Shengche Hsiao wrote: > Dear All > > Recently, our website made a vulnerability scanning. The report shows > [/wicket/resource/org.apache.wicket.resource.JQueryResourceReference/jquery/jquery-2.2.4-v- > 6233386130326534.js] as a vulnerability library. How do

Re: Wicket 8 + 9 on jdk17?

2021-10-07 Thread Martin Grigorov
On Thu, Oct 7, 2021 at 9:57 AM Jeroen Steenbeeke wrote: > My personal Wicket apps (Wicket 9) are all running on JDK17 now. No > problems so far, other than certain libraries not being able to handle code > compiled with JDK17, but this was easily fixed by upgrading those > libraries. > > What

Re: Wicket 9: AjaxSubmitLink.onSubmit is not called second time

2021-10-05 Thread Martin Grigorov
Hi, On Tue, Oct 5, 2021, 17:37 Stepan Samarin wrote: > Hello, > > After migration to Wicket 9 we started to experience the following problem: > > Form has 3 AjaxSubmitLink elements. First one is pressed, onSubmit is > invoked, makes another one visible, target.add is called on both form and >

Re: add Dropdown object to List

2021-09-28 Thread Martin Grigorov
On Tue, Sep 28, 2021 at 10:57 AM vahid ghasemi wrote: > Can I limit the users' choice number in ListMultipleChoice? > You could use a validator for this formComponent.add(new IValidator() {...}); > > On Mon, Sep 27, 2021 at 9:41 AM Martin Grigorov > wrote: > > > Hi

Re: tag into tag

2021-09-27 Thread Martin Grigorov
Hi, On Sat, Sep 25, 2021 at 3:45 PM vahid ghasemi wrote: > Hello > I have a tag and tag inside of it: > > wicket:id="panelName"> > Dashboard > > > > > wicket:id="panelDes">#XRS-45670 > > > my h1 has a Label component. > > how I can add Lable into Label? >

Re: add Dropdown object to List

2021-09-27 Thread Martin Grigorov
Hi, On Sun, Sep 26, 2021 at 9:12 PM vahid ghasemi wrote: > So it's not any option to handle this issue? > I have list but it's singleton list :( > You need to use ListMultipleChoice instead of DropDownChoice. > On Sun, Sep 26, 2021, 6:17 PM Martin Terra < > martin.te...@koodaripalvelut.com>

  1   2   3   4   5   6   7   8   9   10   >