he
> -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN
On Wed, Nov 6, 2024 at 1:16 PM Maxim Solodovnik
wrote:
> from mobile (sorry for typos ;)
>
>
> On Wed, Nov 6, 2024, 13:38 Martin Grigorov wrote:
>
> > Hello,
> >
> > 10.3.0 has been released ?! When ? Where ?
> > https://wicket.apache.o
lease.
>
>
> Best
>
>
> Janko
>
> -Ursprüngliche Nachricht-
> Von: Shengche Hsiao
> Gesendet: Mittwoch, 2. Oktober 2024 14:40
> An: users@wicket.apache.org
> Betreff: Re: maven archetype error
>
> Martin
>
> Thanks
>
> Get Outlook for iOS<
Hi,
You should see what is slow first.
The best is to use a profiler.
If you don't have experience with profilers then just print something in
YourApplication#init() method - before calling super.init(), after calling
it, and then around every resource initialization, e.g. DB setup, etc.
On Tue,
you could but probably you should not!
In #onInitialize() you have access to the markup (the html template) for
any MarkupContainer. You can use it to decide whether to add components or
not.
>
>
>
> - Ursprüngliche Mail -
> > Von: "Martin Grigorov"
> >
oes it for all
specializations.
>
>
>
> - Ursprüngliche Mail -
> > Von: "Martin Grigorov"
> > An: "users"
> > Gesendet: Mittwoch, 16. Oktober 2024 08:15:09
> > Betreff: Re: wicket ajax-script location
>
> > On Wed, Oct 16, 2024 at 9:00 AM Korbin
On Wed, Oct 16, 2024 at 9:00 AM Korbinian Bachl
wrote:
> Hi,
>
> when using anything AJAX wicket will generate some inline scripts in the
> header like this:
>
>
Hi,
https://issues.apache.org/jira/browse/WICKET-7124
https://github.com/apache/wicket/pull/981
Martin
On Tue, Oct 1, 2024 at 10:07 AM Shengche Hsiao
wrote:
> Hello
>
> My instructions and error messages, thanks. I am using macos 15.0, java
> version 17 and maven 3.9.9
>
>
> mvn archetype:gene
Hi,
On Thu, Aug 29, 2024 at 4:02 PM mscoon wrote:
> Hi all,
>
> We are considering the following implementation for
> a ComponentStringResourceLoader. The idea is not only to search for
> resources using the superclasses of the components, but also using
> interfaces implemented by the component
Hi,
You may want to read
http://wicketinaction.com/2012/07/wicket-6-resource-management/
It is a 12 years old article but still valid!
Martin
On Fri, Aug 23, 2024 at 9:08 AM Stéphane V wrote:
> The PanelPanel CSS is now on top and the parent..
>
> De : Stéphane
Hi,
Please create a quickstart and share it with us so we can debug it!
You can share it as a Github project or attach it to a Jira issue.
On Thu, Jun 27, 2024 at 10:22 AM Johan Stuyts
wrote:
> Note that if a panel with variants is present in the page markup, the
> correct markup variant of the
Hi,
The easiest is to put a breakpoint at
https://github.com/apache/wicket/blob/b2d55be7b06d736b2085387ecc29cdd22540b588/wicket-core/src/main/java/org/apache/wicket/Component.java#L2480
Feel free to send a Pull Request with more details in the log message!
On Tue, Jun 18, 2024 at 9:32 AM Korbinia
Hi Marios,
On Mon, May 27, 2024 at 9:33 AM mscoon wrote:
> Hi all,
>
> We have an application in greek. We recently to wicket 10 and messages for
> the build-in validators (e.g. Required) stopped appearing in greek and
> started appearing in english.
>
> We noticed that the name of the propertie
Hi,
I am not aware of anything "official".
You may take a look at https://github.com/brunoborges/wicket-with-quarkus
but it is rather an example than integration.
On Fri, Mar 22, 2024 at 11:59 AM Robert Palm
wrote:
>
> Hi list!
>
> I am looking into wicket 10 and wonder how to use it with quark
Hi,
Can you put a breakpoint at
https://github.com/apache/wicket/blob/wicket-9.x/wicket-core/src/main/java/org/apache/wicket/protocol/http/servlet/ServletWebResponse.java#L176
(#encodeURL(Url)) and see what is going on?
Wicket should return a relative url and let the browser resolve it to full.
O
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 3:3
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 a r
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
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?
>
>
> https://
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'
>
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 no
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.
>
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, 202
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
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
on already if my 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 Korb
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
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
> everyt
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 o
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:
>
> ``
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 activated/deactivat
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
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
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 ?) ,
>
https://github.com/apache/wicket/blob/wicket-9.x/wicket-extens
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 j
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, May
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 doin
che/commons-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/c65cbd
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:
>
🙏
> >
> >
> >
> >
> > 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:
> > >
> > > &
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
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, 2023 at 12:25 PM Er
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 ca
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*
>
>
>
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 fra
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 sen
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 mandator
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
);
>
> A quick count tells me 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 m
d time 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
cify which form you wish to open 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
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 MockSe
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 combined
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 h
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
https://repository.apache.org/service/local/repo_groups/snapshots-group/content/org/apache/wicket/wicket-bean-valida
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 i
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
r">WakeOnLan Utility Utility to
> start / wake up a computer href="./?6-2.-signOut">Sign Out id="feedbackContainer">
> action="./?6-2.-wakeUpForm
odel extends
> LoadableDetachableModel {
> >>>>>
> >>>>> private List userDevices ;
> >>>>> ...
> >>>>> }
> >>>>>
> >>>>> private class UserDevicesListView extends ListVie
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,
>
> Sor
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 b
/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,
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 onS
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
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
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 :
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
file 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
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 wa
ion.get().mountResource("/", 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
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 a
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
it turns out, that it's not possible, I will 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 reinv
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 applica
affordance
> yourself.
>
> 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:
>
&g
anel. The 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.
>
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 generate
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 (
https://nightlies.apache.org/wicket/guide/9.x
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 it
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 ema
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
http://wicketinacti
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:
target.appendJavaScript("Main.doSom
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 | Unhan
> 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
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 03/30/2
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 guy
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 w
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 t
it 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, Febru
5fVWyNkUJcZk3X0YerNK-FcxQ&typo=1
> > 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: Permissio
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://ww
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 inte
to do messaging 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,
>
>
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 r
otstrapSettings settings = new BootstrapSettings();
> >>> >> Bootstrap.install(this, settings);
> >>> >>
> >>> >> 3. added necessary html elements
> >>> >> [HomePage.html]
> >>> >>
> >>> >> Test Indicating A
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 dat
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
https://github.com/apache/wicket/blob/63c5fe205de1bea293e3b36ca8e0426b343cca
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.
+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 1.10.3
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?
>
1 - 100 of 7131 matches
Mail list logo