Re: A simple Wicket component to render a Vue app

2024-01-20 Thread Ernesto Reinaldo Barreiro
er. > > In this method you can further modify the state, which will be sent back to > the browser automatically to refresh the Vue app. Here, in this example, > the "b" variable's value will have an exclamation mark added to it. > > Note that the AjaxRequestTarget one of the parameters, you can add other > ajax Wicket components to the target to have them refreshed. > < > https://github.com/freemant2000/WicketVueApp#handling-vue-events-in-wicket > > > > -- > Kent Tong > IT author and consultant, child education coach > -- Regards - Ernesto Reinaldo Barreiro

Re: [ANNOUNCE] Apache Wicket 9.16.0 released

2023-11-27 Thread Ernesto Reinaldo Barreiro
-7078] - CSP: inline JS in Choices and Selection of Palette > * [WICKET-7080] - [Events] make default events delivery machinery > pluggable and roll usable annotation based one > * [WICKET-7082] - Easier to work with polymorphic values inside IModel > * [WICKET-7083] - Trigger client side validation when using > SubmitLinks > > ** Task > > * [WICKET-7073] - Update JQuery to 3.7.1 > > -- Regards - Ernesto Reinaldo Barreiro

Re: Wicket 10 Release Plans

2023-09-11 Thread Ernesto Reinaldo Barreiro
; >> > > >> > > Hi, > >> > > we are using Wicket 10 M1 for few months and we plan to release LTS > of > >> > our open > >> > > source project midPoint 4.8 on 17 October 2023, > >> > > are there any concrete plans about release timeframe of Wicket 10? > >> > > > >> > > Thanks > >> > > Anton Tkacik > >> > > >> > - > >> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > >> > For additional commands, e-mail: users-h...@wicket.apache.org > >> > > >> > > >> > >> -- > >> Andrea Del Bene. > >> Apache Wicket committer. > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Regards - Ernesto Reinaldo Barreiro

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

2023-06-28 Thread Ernesto Reinaldo Barreiro
This is true. Looking at the source code I don't why it needs to be a button :-) On Wed, Jun 28, 2023 at 4:34 PM Martin Grigorov wrote: > 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 Bar

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

2023-06-28 Thread Ernesto Reinaldo Barreiro
Met vriendelijke groet, > > Kind regards, > > > > Bas Gooren > > > ----- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Regards - Ernesto Reinaldo Barreiro

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

2023-06-28 Thread Ernesto Reinaldo Barreiro
Met vriendelijke groet, > > Kind regards, > > > > Bas Gooren > > > --------- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Regards - Ernesto Reinaldo Barreiro

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

2023-06-28 Thread Ernesto Reinaldo Barreiro
---------- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Regards - Ernesto Reinaldo Barreiro

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

2023-06-28 Thread Ernesto Reinaldo Barreiro
uot;/> > > ``` > > I’m using the latest Wicket (v10). This behavior (log warnings) was > present on earlier versions as well. > > Thanks > > — > Shawn > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Regards - Ernesto Reinaldo Barreiro

Re: Plans for Wicket 10 Release

2023-05-25 Thread Ernesto Reinaldo Barreiro
didate. > > 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 25, 2023 at 11:01 AM Ernesto Reinaldo Barreiro < > reier...@gmail.com> wrote: &

Re: Plans for Wicket 10 Release

2023-05-25 Thread Ernesto Reinaldo Barreiro
> > Wicket 10? > > > > We are in process of upgrading our open-source project midPoint to latest > > Spring releases and that requires Wicket to be updated to version 10 > > in order to support Spring 6. > > > > Thanks, > > Anton Tkacik > > > -- Regards - Ernesto Reinaldo Barreiro

Re: Is Wicket In Action still relevant?

2023-05-12 Thread Ernesto Reinaldo Barreiro
tion is still relevant with all the > >> recent changes to Wicket? Can it be used to help a new developer > understand > >> Wicket? > >> > >> -- > >> Thanks & regards > >> James > >> > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Regards - Ernesto Reinaldo Barreiro

Re: [ANNOUNCE] Apache Wicket 9.13.0 released

2023-04-21 Thread Ernesto Reinaldo Barreiro
y > ByteBuddy > * [WICKET-7031] - Update to JQuery 3.6.4 > * [WICKET-7032] - Update the JS tests to use latest version of QUnit > (2.x) > * [WICKET-7035] - fileCountMax should be added to control the amount of > files being uploaded > * [WICKET-7041] - Reduce allocations when rendering component headers > * [WICKET-7042] - Improve sizing of StringResponse when writing scripts > in PartialPageResponse > -- Regards - Ernesto Reinaldo Barreiro

Re: [ANNOUNCE] WicketStuff 9.13.0 Released

2023-04-18 Thread Ernesto Reinaldo Barreiro
s are updated > wicketstuff-core-9.13.0 is released > > Martin Tzvetanov Grigorov (1): > Build only when wicket-9.x branch is modified > > muecke87 (1): > fixes issue #737 (#738) > > The WicketStuff team > -- Regards - Ernesto Reinaldo Barreiro

Re: addying support for upload to resource

2023-04-13 Thread Ernesto Reinaldo Barreiro
https://github.com/apache/wicket/pull/571 On Wed, Mar 22, 2023 at 9:26 PM Matt Pavlovich wrote: > +1 that’d be great! Especially w/ ability to have visibility to progress. > > > On Mar 15, 2023, at 5:25 AM, Ernesto Reinaldo Barreiro < > reier...@gmail.com> wrote: >

Re: addying support for upload to resource

2023-03-16 Thread Ernesto Reinaldo Barreiro
FYI: https://issues.apache.org/jira/browse/WICKET-7033 On Wed, Mar 15, 2023 at 3:22 PM Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > Hi, > > On Wed, Mar 15, 2023 at 2:24 PM Martin Grigorov > wrote: > >> On Wed, Mar 15, 2023 at 2:16 PM Ernesto R

Re: addying support for upload to resource

2023-03-15 Thread Ernesto Reinaldo Barreiro
Hi, On Wed, Mar 15, 2023 at 2:24 PM Martin Grigorov wrote: > On Wed, Mar 15, 2023 at 2:16 PM Ernesto Reinaldo Barreiro < > reier...@gmail.com> wrote: > > > Ok. Then I will create an issue... Things I will try to achieve: > > > > > >- Upload to a resour

Re: addying support for upload to resource

2023-03-15 Thread Ernesto Reinaldo Barreiro
rver every second. Shall this work be done for 10.x only or two for 9.x? I think both would be good. On Wed, Mar 15, 2023 at 1:59 PM Martin Grigorov wrote: > On Wed, Mar 15, 2023 at 12:25 PM Ernesto Reinaldo Barreiro < > reier...@gmail.com> wrote: > > > Hi, > > > >

addying support for upload to resource

2023-03-15 Thread Ernesto Reinaldo Barreiro
ogress bar in order to be able to report progress upload. Would this be something interesting to have in a "generic" way in Wicket itself? -- Regards - Ernesto Reinaldo Barreiro

Re: data persistence using hibernate

2022-12-22 Thread Ernesto Reinaldo Barreiro
lass in the hopes that it makes > They didn't > understanding what I'm trying to convey easier > > Best Regards > James Pollard > james.poll...@iinet.net.au > > On 20/12/22 12:58 pm, Ernesto Reinaldo Barreiro wrote: > > > https://github.com/MarcGiffing/wicket-spring

Re: data persistence using hibernate

2022-12-19 Thread Ernesto Reinaldo Barreiro
so far, its entirely > possible that I managed to miss it while I was searching though > > Best Regards > James Pollard > james.poll...@iinet.net.au > > On 19/12/22 5:06 pm, Ernesto Reinaldo Barreiro wrote: > > Hi, > > > > This project > > &g

Re: data persistence using hibernate

2022-12-18 Thread Ernesto Reinaldo Barreiro
-- > Best Regards > James Pollard > james.poll...@iinet.net.au > > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Regards - Ernesto Reinaldo Barreiro

Re: Ajax - component not rendered.

2022-10-28 Thread Ernesto Reinaldo Barreiro
uot; + > > getString("device.removed")); > > > } catch (Exception e) { > > > > > > LOG.error("error while deleting" + > > deviceToRemove.getHostName(), e); > > > error(e); > > > > > > } > > > > > > target.get().add(devicesGroup); > > > target.get().add(feedbackPanel); > > > } > > > > > > > > - > > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > > For additional commands, e-mail: users-h...@wicket.apache.org > > > > > -- Regards - Ernesto Reinaldo Barreiro

Re: [ANNOUNCE] Apache Wicket 9.12.0 released

2022-10-15 Thread Ernesto Reinaldo Barreiro
Thanks! On Sat, Oct 15, 2022 at 8:52 PM Andrea Del Bene wrote: > The Apache Wicket PMC is proud to announce Apache Wicket 9.12.0! > > Apache Wicket is an open source Java component oriented web application > framework that powers thousands of web applications and web sites for > governments,

Re: Is there any way to get an error message when uploading a file that exceeds the size limit?

2022-06-13 Thread Ernesto Reinaldo Barreiro
eRequired > > -> #checkRequired will be executed. > > But FileUploadField#getInput() returns null, so validation result in an > > error. > > Therefore, It seems that the Behavior's(FilesSelectedBehavior) event that > > FileUploadField has is not fired. > > > > 202

Re: Is there any way to get an error message when uploading a file that exceeds the size limit?

2022-06-10 Thread Ernesto Reinaldo Barreiro
ired. > I will change the implementation of the required validation and then use > that. > Hum... if you can explain more I would appreciate it... because maybe this can be improved in Wicket itself. > > 2022年6月10日(金) 16:21 Ernesto Reinaldo Barreiro : > > > See > > > > &

Re: Is there any way to get an error message when uploading a file that exceeds the size limit?

2022-06-10 Thread Ernesto Reinaldo Barreiro
browser displays [ERR_CONNECTION_RESET] now. > > > Regards, > Ryo Tsunoda. > -- Regards - Ernesto Reinaldo Barreiro

Re: Written in Wicket, OneDev UI is 10x~30x faster than GitLab

2022-06-02 Thread Ernesto Reinaldo Barreiro
e-compasion-of-onedev-and-gitlab-c11fc27b25be > > Robin > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Regards - Ernesto Reinaldo Barreiro

Re: [ANNOUNCE] Apache Wicket 9.10.0 released

2022-05-06 Thread Ernesto Reinaldo Barreiro
trategy > * [WICKET-6967] - allow to send non-blocking web socket messages > * [WICKET-6969] - allow to process web socket push messages in an > asynchronous way. > * [WICKET-6972] - Add Resource key to be logged on Warning in > Localizer.java > * [WICKET-6976] - Reduce allocations when writing synthetic closing > tags > * [WICKET-6977] - hashCode computations generate excessive garbage > objects > > -- Regards - Ernesto Reinaldo Barreiro

Re: [ANNOUNCE] WicketStuff 9.10.0 Released

2022-05-06 Thread Ernesto Reinaldo Barreiro
encies are updated > wicketstuff-core-9.10.0 is released > > The WicketStuff team > -- Regards - Ernesto Reinaldo Barreiro

Re: module error

2022-02-20 Thread Ernesto Reinaldo Barreiro
et. > > > >Jon > > > > > > From: Maxim Solodovnik > > Sent: Saturday, February 19, 2022 5:57 AM > > To: users@wicket.apache.org > > Subject: Re: module error > > > > from mobile (sorry for typos ;) > &g

Re: module error

2022-02-19 Thread Ernesto Reinaldo Barreiro
0i2WA26_CdN5uIVJtHsjBDJuep4DVDA,,=1 > > ) > > >> at org.apache.wicket.core@9.6.0 > > >> /org.apache.wicket.protocol.http.WicketFilter.init( > > > https://linkprotect.cudasvc.com/url?a=https%3a%2f%2fWicketFilter.java%3a441=E,1,He0Z2RxpNcC-ziRHqyjYFORYOn-LK_eNOZGT9zHWjBKPv3GAhtI8TUG2W-9YOiYdW6_ArVy_6GMjKIt_0nLh3u0FHuh0H-pscUXDZj11B8s,=1 > > ) > > >> at org.apache.wicket.core@9.6.0 > > >> /org.apache.wicket.protocol.http.WicketFilter.init( > > > https://linkprotect.cudasvc.com/url?a=https%3a%2f%2fWicketFilter.java%3a365=E,1,yo_2tJnAV4qbr-cq49OMx3sq4HWonvaqycQkJ_db-wYcUtt-8EyuDB-_tz0hjwH9lQgYN9mHJniiRilRX9pL2VXbKQEd6QnNcrLzbwVOzRzTSmM,=1 > > ) > > >> > > >> > > [EXTERNAL EMAIL] CAUTION: This email originated from outside of Telenav. > > DO NOT CLICK links or attachments unless you recognize the sender and > know > > the content is safe. > > > > > -- > Best regards, > Maxim > -- Regards - Ernesto Reinaldo Barreiro

Re: [ANNOUNCE] Apache Wicket 8.14.0 released

2022-02-03 Thread Ernesto Reinaldo Barreiro
hould not be used with > * [WICKET-6937] - Update the keystore used by the quickstart > application > * [WICKET-6942] - Replace usage of log4j 1.x in tests and > wicket-examples with slf4j-simple > > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Regards - Ernesto Reinaldo Barreiro

Re: Selenium testing

2022-01-31 Thread Ernesto Reinaldo Barreiro
well, or can recommend another tool for web > regressing testing that works well with Wicket? > > thanks > -- Regards - Ernesto Reinaldo Barreiro

Re: initialializers documentation

2022-01-19 Thread Ernesto Reinaldo Barreiro
Thanks for your super fast reply. On Wed, Jan 19, 2022 at 4:16 PM Sven Meier wrote: > Hi Ernesto, > > yes, that is outdated, see > > https://issues.apache.org/jira/browse/WICKET-5997 > > Sven > > > On 19.01.22 16:10, Ernesto Reinaldo Barreiro wrote: > >

initialializers documentation

2022-01-19 Thread Ernesto Reinaldo Barreiro
Is the documentation outdated? -- Regards - Ernesto Reinaldo Barreiro

Re: wicket:child

2022-01-10 Thread Ernesto Reinaldo Barreiro
gt; > Hello > > Hello > > > > > Hello again > > Hello again > -- Regards - Ernesto Reinaldo Barreiro

stress/load testing wicket application

2021-11-19 Thread Ernesto Reinaldo Barreiro
application (most of them very consistent). How would you go about this task? Many thanks in advance! -- Regards - Ernesto Reinaldo Barreiro

Re: exception in windows while using FilePageStore

2021-11-18 Thread Ernesto Reinaldo Barreiro
https://issues.apache.org/jira/browse/WICKET-6936 On Thu, Nov 18, 2021 at 1:10 PM Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > Hi Sven, > > Many thanks for your answer. > > On Thu, Nov 18, 2021 at 12:36 PM Sven Meier wrote: > >> Hi Ernesto, >>

Re: exception in windows while using FilePageStore

2021-11-18 Thread Ernesto Reinaldo Barreiro
isturb Java's default deserialization, the excess > is just ignored. > But what if a project uses another serializer? > > Good point. For us something like this will be enough: https://github.com/apache/wicket/pull/484 > Regards > > Sven > > > On 17.11.21

Re: exception in windows while using FilePageStore

2021-11-17 Thread Ernesto Reinaldo Barreiro
uot; > > This sounds related though: > > > https://stackoverflow.com/questions/45441249/why-does-java-filechannel-truncate-fail-predictably-on-windows-only > > Regards > Sven > > > On 16.11.21 19:56, Ernesto Reinaldo Barreiro wrote: > > Hi Sven, > > > > M

Re: exception in windows while using FilePageStore

2021-11-16 Thread Ernesto Reinaldo Barreiro
ill come back to you. If there is anything that can be improved at wicket level (e.g. documentation on how to use this in windows) we will share what we found. Many thanks again! > > > Regards > Sven > > > On 16.11.21 19:56, Ernesto Reinaldo Barreiro wrote: > > Hi Sven, &

Re: exception in windows while using FilePageStore

2021-11-16 Thread Ernesto Reinaldo Barreiro
> > I've tested the new FilePageStore on Linux only, and as it seems I > didn't add any synchronization to it. > > Could you try out FilePageStoreTest? > > Regards > Sven > > > On 16.11.21 16:18, Ernesto Reinaldo Barreiro wrote: > > Hi, > > > > We

exception in windows while using FilePageStore

2021-11-16 Thread Ernesto Reinaldo Barreiro
] at java.lang.Thread.run(Thread.java:833) [?:?] This does not happen for other operating systems. Is this a known limitation? Is there anything else that needs to be configured at operating system level? Thanks in advance. -- Regards - Ernesto Reinaldo Barreiro

Re: [ANNOUNCE] WicketStuff 9.6.0 Released

2021-11-11 Thread Ernesto Reinaldo Barreiro
ersion > Cometd version is increased > javadocs are partially fixed > Wicket is updated, link to broken javadoc is commented out > Javadocs seems to be fixed > Dependencies are updated > wicketstuff-core-9.6.0 released > > > The WicketStuff team > -- Regards - Ernesto Reinaldo Barreiro

Re: [ANNOUNCE] Apache Wicket 9.6.0 released

2021-11-05 Thread Ernesto Reinaldo Barreiro
k > > * [WICKET-6918] - Add links to latest wicket.xsd to the web site > * [WICKET-6919] - Improve EnclosureContainer's javadoc to explain > that it should not be used with > * [WICKET-6925] - Deprecate AbstractWrapModel > > -- Regards - Ernesto Reinaldo Barreiro

Re: Wicket 8 + 9 on jdk17?

2021-10-07 Thread Ernesto Reinaldo Barreiro
n and some other folks deserve some part of those billions of $$$. But that's another story :-( -- Regards - Ernesto Reinaldo Barreiro

Re: using web sockets push to repaint parts of UI (wicket 9.3.0)

2021-05-20 Thread Ernesto Reinaldo Barreiro
ceptionSettings#ThreadDumpStrategy set to THREAD_HOLDING_LOCK or > ALL_THREADS? > The default. No changes here. > > Regards > Sven > > > On 19.05.21 19:14, Ernesto Reinaldo Barreiro wrote: > > Hi, > > > > Context: we are trying to replace in our wicket

using web sockets push to repaint parts of UI (wicket 9.3.0)

2021-05-19 Thread Ernesto Reinaldo Barreiro
- Regards - Ernesto Reinaldo Barreiro

Re: Ajax debug window missing in Wicket 9

2021-04-07 Thread Ernesto Reinaldo Barreiro
Wicket 9? > > > Manfred > > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Regards - Ernesto Reinaldo Barreiro

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

2020-10-28 Thread Ernesto Reinaldo Barreiro
gt; > < > > > > > > http://apache-wicket.1842946.n4.nabble.com/Preventing-user-input-script-injection-attacks-td3059119.html > > > > > > > > > > > > > > > > *Thanks And RegardsSibi.ArunachalammCruncher* > > > > > > -- Regards - Ernesto Reinaldo Barreiro

Re: [ANNOUNCE] WicketStuff 9.1.0 Released

2020-10-12 Thread Ernesto Reinaldo Barreiro
m Solodovnik > wrote: > > > Are you using `9.x` branch? > > > > On Mon, 12 Oct 2020 at 17:26, Ernesto Reinaldo Barreiro > > wrote: > > > > > > Or has source code moved to somewhere else? > > > > > > On Mon, Oct 12, 2020 at 1

Re: [ANNOUNCE] WicketStuff 9.1.0 Released

2020-10-12 Thread Ernesto Reinaldo Barreiro
Yes. It seems my fork was not synchronized with original project On Mon, Oct 12, 2020 at 1:47 PM Maxim Solodovnik wrote: > Are you using `9.x` branch? > > On Mon, 12 Oct 2020 at 17:26, Ernesto Reinaldo Barreiro > wrote: > > > > Or has source code moved to somewhere e

Re: [ANNOUNCE] WicketStuff 9.1.0 Released

2020-10-12 Thread Ernesto Reinaldo Barreiro
Or has source code moved to somewhere else? On Mon, Oct 12, 2020 at 1:20 PM Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > I see > > https://github.com/sebfz1/wicket-jquery-ui > > Doesn't compile against wicket 9.1.0. I will fix and create PR > > > On

Re: [ANNOUNCE] WicketStuff 9.1.0 Released

2020-10-12 Thread Ernesto Reinaldo Barreiro
I see https://github.com/sebfz1/wicket-jquery-ui Doesn't compile against wicket 9.1.0. I will fix and create PR On Mon, Oct 12, 2020 at 12:20 PM Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > Many thanks. Can > > https://github.com/sebfz1/wicket-jquery-ui >

Re: [ANNOUNCE] WicketStuff 9.1.0 Released

2020-10-12 Thread Ernesto Reinaldo Barreiro
error > > Erik Geletti (1): > Bootstrap version 3 (#698) > > The WicketStuff team > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Regards - Ernesto Reinaldo Barreiro

Re: Display custom page automatically on session expiry without any action

2020-09-29 Thread Ernesto Reinaldo Barreiro
gt; > > *Thanks And RegardsSibi.ArunachalammCruncher* > > > On Thu, Sep 24, 2020 at 3:57 PM Ernesto Reinaldo Barreiro < > reier...@gmail.com> wrote: > > > Hi, > > > > Glad it helped. After I sent my last message, I was thinking again about > > this problem and I believe

Re: Display custom page automatically on session expiry without any action

2020-09-24 Thread Ernesto Reinaldo Barreiro
if we had it with wicketstuff. > > Thanks & Regards > Vignesh Palanisamy > > > On Sat, Sep 12, 2020 at 8:42 PM Ernesto Reinaldo Barreiro < > reier...@gmail.com> wrote: > > > Hi, > > > > > https://github.com/reiern70/antilia-bits/tree/master/client-sign

Re: Display custom page automatically on session expiry without any action

2020-09-12 Thread Ernesto Reinaldo Barreiro
on expiry like > banking sites. > How do I achieve this? > > > > > *Thanks And RegardsSibi.ArunachalammCruncher* > -- Regards - Ernesto Reinaldo Barreiro

Re: generating a quick-start project bocken?

2020-09-11 Thread Ernesto Reinaldo Barreiro
-quickstart-9.0.0.jar download was broken on my end. Removing it from my local it made everything work as expected. On Fri, Sep 11, 2020 at 10:05 PM Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > Hi, > > I'm trying > > > *mvn archetype:generate -DarchetypeG

generating a quick-start project bocken?

2020-09-11 Thread Ernesto Reinaldo Barreiro
OS name: "linux", version: "5.4.0-47-generic", arch: "amd64", family: "unix"* Does anyone else experience this? -- Regards - Ernesto Reinaldo Barreiro

Re: JavaScript/CSS/etc resources from NPM

2020-07-09 Thread Ernesto Reinaldo Barreiro
t; > Ilia > - > Orienteer(http://orienteer.org) - open source Business Application > Platform > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Regards - Ernesto Reinaldo Barreiro

Re: How to parse URL-strings based on some template for contained parameters?

2020-05-27 Thread Ernesto Reinaldo Barreiro
1- 9468- 55 > Fax...05151- 9468- 88 > Mobil..0178-8 9468- 04 > > AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln > AG Hannover HRB 207 694 - Geschäftsführer: Andreas Muchow > > > ----- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Regards - Ernesto Reinaldo Barreiro

Re: Need an event later than 'done'

2020-01-21 Thread Ernesto Reinaldo Barreiro
t.apache.org > > -- Regards - Ernesto Reinaldo Barreiro

Re: StringResourceModel parameter and AJAX update

2020-01-21 Thread Ernesto Reinaldo Barreiro
so that it reflects User selected via > AJAX? > > Thanks, > Zbynek > -- Regards - Ernesto Reinaldo Barreiro

Re: AjaxEventBehavior/AjaxFormComponentUpdatingBehavior & visibility

2020-01-21 Thread Ernesto Reinaldo Barreiro
;> something wrong? >> >> >> >> Please advise :) >> >> >> >> -Rob >> >> >> > >> > - >> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org >> > For additional commands, e-mail: users-h...@wicket.apache.org >> > >> >> - >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org >> For additional commands, e-mail: users-h...@wicket.apache.org >> >> > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org -- Regards - Ernesto Reinaldo Barreiro

Re: Retrieve user's page on the site

2019-12-31 Thread Ernesto Reinaldo Barreiro
Do you mean for the blocker thing? Or for login errors? Or both? Happy new year to all. On Tue, Dec 31, 2019 at 4:07 PM Johannes Renoth wrote: > Hi Ernesto Reinaldo Barreiro , > > Can you provide example code for a solution? Since this is a general > Problem, maybe it would be he

Re: Retrieve user's page on the site

2019-12-30 Thread Ernesto Reinaldo Barreiro
urrent > user page/location and do not know historical aspect. > > Thanks, > Ilia > > - > Orienteer(http://orienteer.org) - open source Business Application > Platform > > ----- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > -- Regards - Ernesto Reinaldo Barreiro

Re: Application not seri

2019-12-21 Thread Ernesto Reinaldo Barreiro
seen further it is by standing on the shoulders of giants. > -- > -----> > front...@gmail.com > > -> > -- Regards - Ernesto Reinaldo Barreiro

Re: Application not seri

2019-12-21 Thread Ernesto Reinaldo Barreiro
seen further it is by standing on the shoulders of giants. > -- > -----> > front...@gmail.com > > -> > -- Regards - Ernesto Reinaldo Barreiro

Re: FileUpload class still implements IClusterable

2019-12-04 Thread Ernesto Reinaldo Barreiro
Done On Tue, Dec 3, 2019 at 6:19 PM Martin Grigorov wrote: > On Tue, Dec 3, 2019 at 3:42 PM Ernesto Reinaldo Barreiro < > reier...@gmail.com> > wrote: > > > Hi Martin, > > > > > > On Tue, Dec 3, 2019 at 3:09 PM Martin Grigorov > > wrote

Re: FileUpload class still implements IClusterable

2019-12-03 Thread Ernesto Reinaldo Barreiro
st a PR? -- Regards - Ernesto Reinaldo Barreiro

FileUpload class still implements IClusterable

2019-12-03 Thread Ernesto Reinaldo Barreiro
Hi, FileUpload still implements IClusterable but it contains a field of type FileItem: which is no longer Serializable. Should IClusterable be dropped? -- Regards - Ernesto Reinaldo Barreiro

Re: DynamicModel within ListView That Refreshes on ModalWindow Close

2019-09-26 Thread Ernesto Reinaldo Barreiro
- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Regards - Ernesto Reinaldo Barreiro

Re: [ANNOUNCE] Apache Wicket 8.6.0 released

2019-09-09 Thread Ernesto Reinaldo Barreiro
uires version 1.7.26 > * [WICKET-6684] - Make autolabel functionality more flexible by > introducing a locator interface that allows to specify the component the > wicket:for refers to > * [WICKET-6695] - Add AjaxEditable*Label#shouldTrimInput() > > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Regards - Ernesto Reinaldo Barreiro

Re: [ANNOUNCE] Apache Wicket 8.6.0 released

2019-09-08 Thread Ernesto Reinaldo Barreiro
.25 of > slf4j-api while Wicket 8.5 requires version 1.7.26 > * [WICKET-6684] - Make autolabel functionality more flexible by > introducing a locator interface that allows to specify the component the > wicket:for refers to > * [WICKET-6695] - Add AjaxEditable*Label#shouldTrimInput() > > -- Regards - Ernesto Reinaldo Barreiro

Re: Re: Wrapping a FormComponent with a Border

2019-09-03 Thread Ernesto Reinaldo Barreiro
"how do I wrap a component with some HTML > markup?" > > > > (either generated by Java code or clientside), but: how can I > manipulate > > > > the component tree (server side) in such a way, that I can remove the > > > > TextField from it's parent

Re: Wrapping a FormComponent with a Border

2019-09-02 Thread Ernesto Reinaldo Barreiro
Another possibility is to do this client side... On Mon, Sep 2, 2019, 11:43 AM "Tom Götz" wrote: > That would be great, thanks in advance! > > Tom > > > > Gesendet: Montag, 02. September 2019 um 10:39 Uhr > > Von: "Ernesto Reinaldo Barreiro"

Re: Wrapping a FormComponent with a Border

2019-09-02 Thread Ernesto Reinaldo Barreiro
mething similar implemented for Wicket 7.x... I can try to dig it up and send classes to you. -- Regards - Ernesto Reinaldo Barreiro

Re: Wrapping a FormComponent with a Border

2019-09-02 Thread Ernesto Reinaldo Barreiro
l: users-h...@wicket.apache.org > > -- Regards - Ernesto Reinaldo Barreiro

Re: Streaming a PDF into an iFrame

2019-08-23 Thread Ernesto Reinaldo Barreiro
ipse.jetty.server.Server.handle(Server.java:503) > at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364) > at > org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260) > at > org.eclipse.jetty.io > .AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305) > at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) > at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118) > at > > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333) > at > > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310) > at > > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) > at > > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) > at > > org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) > at > > org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765) > at > > org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683) > at java.lang.Thread.run(Thread.java:745) > /*** END STACK TRACE ***/ > -- Regards - Ernesto Reinaldo Barreiro

Re: release of new milestone of wicket 9..x?

2019-07-11 Thread Ernesto Reinaldo Barreiro
u need most from 9.x > branch? I see some of us still work on a new modal dialog, which is > something that would be "nice to have" in Wicket 9. > > On Thu, Jul 11, 2019 at 7:41 AM Ernesto Reinaldo Barreiro < > reier...@gmail.com> wrote: > > > Hi, >

release of new milestone of wicket 9..x?

2019-07-10 Thread Ernesto Reinaldo Barreiro
Hi, Any plans to release a new milestone of 9.x? -- Regards - Ernesto Reinaldo Barreiro

Re: improvement for wicket:for

2019-07-07 Thread Ernesto Reinaldo Barreiro
Voila https://github.com/apache/wicket/pull/373 On Wed, Jun 26, 2019 at 9:46 AM Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > ok. > > On Wed, Jun 26, 2019 at 9:43 AM Martin Grigorov > wrote: > >> Hi Ernesto, >> >> Please create a Pull

Re: improvement for wicket:for

2019-06-26 Thread Ernesto Reinaldo Barreiro
ok. On Wed, Jun 26, 2019 at 9:43 AM Martin Grigorov wrote: > Hi Ernesto, > > Please create a Pull Request and we will discuss it! Thanks! > > On Wed, Jun 26, 2019 at 9:34 AM Ernesto Reinaldo Barreiro < > reier...@gmail.com> wrote: > > > I could

Re: improvement for wicket:for

2019-06-26 Thread Ernesto Reinaldo Barreiro
I could try to provide a PR implementing this. On Wed, Jun 26, 2019 at 9:30 AM Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > Hi, > > In application I'm developing right now we have following situation. > > >1. A repeater consisting of a label with

improvement for wicket:for

2019-06-26 Thread Ernesto Reinaldo Barreiro
so that I could write wicket:for="value" WDYT? -- Regards - Ernesto Reinaldo Barreiro

Re: estimate time for 9.x release?

2019-06-26 Thread Ernesto Reinaldo Barreiro
would love to go with wicket 9 ASAP. I'm using 9.0.0-M2 > > >>> on a new > > >>> project and very much appreciate the switch to java.time.Duration, > > >>> which saves > > >>> me a lot of conversions. Junit5 is also a huge plus in my opinion.

Re: estimate time for 9.x release?

2019-06-20 Thread Ernesto Reinaldo Barreiro
gt; I also remember to have seeing some commits to get rid of wicket AJAX console. Would this also be part of 9.x? Also some proposal of new implementation of modal window? For us this is not relevant as we use bootstrap modal. -- Regards - Ernesto Reinaldo Barreiro

estimate time for 9.x release?

2019-06-19 Thread Ernesto Reinaldo Barreiro
to convince other team members to go 9.x. for development. -- Regards - Ernesto Reinaldo Barreiro

Re: thanks for wonderful work with Wicket 8.

2019-05-24 Thread Ernesto Reinaldo Barreiro
https://github.com/l0rdn1kk0n/wicket-bootstrap > > Under extensions, but it's not my repo.. > > And yes wicket are wonderful, even after all these years :) And I've been > using it on, Guice, OSGI and now with spring boot :) > > > > On Fri, May 3, 2019 at 8:45 AM Ernesto Rein

Re: Wicket DropDown Change event

2019-05-20 Thread Ernesto Reinaldo Barreiro
gt; > *protected* *void* onUpdate(AjaxRequestTarget target) { > > System.*out*.println("Changed"); > > > } > > }); > > Need Help. Following is my quick start application. > https://github.com/Sibgha360/dropdownexample.git > > Thanks > -- Regards - Ernesto Reinaldo Barreiro

Re: thanks for wonderful work with Wicket 8.

2019-05-03 Thread Ernesto Reinaldo Barreiro
all over in our application in combination with wicket AJAX/Web sockets. Also - some home grown bootstrap modal wizard - wicket wrapper fro *https://github.com/fronteed/iCheck <https://github.com/fronteed/iCheck>* *And maybe some other home ground components. But this doesn't depend on me.

part time remote wicket developer

2019-05-01 Thread Ernesto Reinaldo Barreiro
Hi, Apologies for noise. Does anyone needs a part-time remote experienced wicket developer? Say for 10/15 hours (maybe more) per week? -- Regards - Ernesto Reinaldo Barreiro

Re: AJAX error on chrome with latest 8.4 release

2019-04-18 Thread Ernesto Reinaldo Barreiro
: > 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

Re: AJAX error on chrome with latest 8.4 release

2019-04-18 Thread Ernesto Reinaldo Barreiro
And thanks again for feedback and comments! On Thu, Apr 18, 2019 at 10:24 AM Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > Hi, > > Just to follow up. This was neither a wicket error nor a chrome problem > but some weird combination of non rolled back transaction +

Re: AJAX error on chrome with latest 8.4 release

2019-04-16 Thread Ernesto Reinaldo Barreiro
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: > 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 Reina

Re: AJAX error on chrome with latest 8.4 release

2019-04-16 Thread Ernesto Reinaldo Barreiro
wicket.mode=DEVELOPMENT > May be it will shed some light on this issue ... > > On Tue, 16 Apr 2019 at 20:59, Ernesto Reinaldo Barreiro < > reier...@gmail.com> > wrote: > > > Hi, > > > > On Tue, Apr 16, 2019 at 4:36 PM Maxim Solodovnik > > wrote: &g

Re: AJAX error on chrome with latest 8.4 release

2019-04-16 Thread Ernesto Reinaldo Barreiro
Hi, On Tue, Apr 16, 2019 at 4:36 PM Maxim Solodovnik wrote: > Is it reproducible with non-minified (i.e. DEVELOPMENT) version? > Do you mean jquery non minified jQuery? -- Regards - Ernesto Reinaldo Barreiro

Re: AJAX error on chrome with latest 8.4 release

2019-04-16 Thread Ernesto Reinaldo Barreiro
16 Apr 2019 at 18:33, Ernesto Reinaldo Barreiro < > reier...@gmail.com> > wrote: > > > Hi, > > > > I'm experiencing following error > > > > POST > > > > > http://10.211.55.6:8080/kms2/advanced-search?1-2.0-body-wizardModal-modal-form-foot

Re: AJAX error on chrome with latest 8.4 release

2019-04-16 Thread Ernesto Reinaldo Barreiro
" with my computer + ask other team members to try failing code locally in order to check if it is just my computer. -- Regards - Ernesto Reinaldo Barreiro

  1   2   3   4   5   6   7   8   9   10   >