Our application(based on Apache Wicket framework) actively uses Ajax in the form of AjaxButton, AjaxLinks etc. We want to encode the form data request ...
Our application(based on Apache Wicket framework) actively uses Ajax in the form of AjaxButton, AjaxLinks etc. We want to encode the form data request ...
I wrote a Java WebApp using Tomcat Version 9.0.69 and Wicket 9.12.0 plus Chrome Version 109.0.5414.75 for display, but CSP (Content-Security-Policy) t ...
I am working on an application whose target will be the greek market. My problem is that I want the date input fields to have the greek date format (w ...
I'm aggregating JavaScript resources like this What I get after a page is rendered is something like this I don't mind having the part But ho ...
I need to forward my user to an OAuth provider for login, and then pass a redirect URL to the OAuth provider. I'd like for the user to return to the s ...
I am trying to use AsynchronousPageStore for our Application, by doing the following First I created an asynchronous DiskPageStore To pass it as d ...
I want to add a javascript library in my page each time when we click on a AjaxLink in apache wicket without refreshing the page. Is it possible to ad ...
So, I upgraded an application from SpringBoot 2.1 to 2.6 and Wicket 8.6 to 9.8 and everything is working fine now except for the download of csv-files ...
While migrating from Wicket 7 to Wicket 8, following official guidelines and fixing all compiling issues, as well as all the test that are failing, th ...
I'm trying to learn how to do an authenticated login for an apache wicket web application following the authentication-2 example from https://examples ...
I am quite new in Wicket Apache and have an old version 1.4.23 Have the following : As you can see the following code is working, but I would like ...
I receiving an error that the getWicketEventReference method does not exist and cannot find the symbol, the error: cannot find symbol symbol: method g ...
I am working on a small task with an old wicket Apache version 1.4.x that task is to add a text to one page, but that text should be translated for m ...
Following the description in https://nightlies.apache.org/wicket/guide/9.x/single.html#_content_security_policy_csp all CSP rules are managed via Appl ...
I have a form that based on collected information generates a report. I have multiple sources from which to generate reports, but the form for them is ...
My problem is when I want to click on the submit button, the data will display in home page. You will say that I should use a form for this, but I'm ...
I'm upgrading an old Wicket app to Wicket 9. ( "Out of the box", I'm getting a NoClassDefFoundError: com/github/openjson/JSONException I've included ...
I have a class EnumChoiceRenderer, which is extended from IChoiceRenderer Wicket class: It works just fine, but in addition to existing logic, I ne ...
In developing an automated test script, our test team is struggling with the fact that Wicket creates it's own IDs that aren't necessarily stable or p ...
We are facing StalePageException very frequently. I tried debugging on locally by adding debug point in getStoredPage() method just before this code a ...