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

2023-01-29 Thread Arunachalam Sibisakkaravarthi
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 Fri, Jan 20, 2023 at 5:32 PM Martin Grigorov wrote: > On Fri, Jan 20, 2023 at 11:16 AM Arunacha

does spring-boot migration require wicket-spring-boot

2023-01-20 Thread Arunachalam Sibisakkaravarthi
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 mandatory to migrate Wicket framework to wicket-spring-boot? *Thanks And RegardsSibi.ArunachalammCruncher*

Will Wicket 9.x blocks Spring 6.x upgrade

2022-12-14 Thread Arunachalam Sibisakkaravarthi
Hi all, Currently we use Wicket 9.x and Spring 5.x that require javax-servlet-api 4.x. During upgrade activity found that Spring 6.x requires jakarta-servlet-api 5.x Now, should I be able to upgrade the Spring framework to the latest 6.x? *Thanks And RegardsSibi.ArunachalammCruncher*

Re: Form components in ListView cleared if ListView is refreshed

2022-07-08 Thread Arunachalam Sibisakkaravarthi
Thanks Martin Terra, I will investigate my code as well. *Thanks And RegardsSibi.ArunachalammCruncher* On Fri, Jul 8, 2022 at 4:32 PM Martin Terra < martin.te...@koodaripalvelut.com> wrote: > pe 8. heinäk. 2022 klo 11.21 Arunachalam Sibisakkaravarthi ( > arunacha...@mcruncher.co

Re: Form components in ListView cleared if ListView is refreshed

2022-07-08 Thread Arunachalam Sibisakkaravarthi
Noted Martin Terra. The Mechanism of showing the validation messages is automatic. *Thanks And RegardsSibi.ArunachalammCruncher* On Fri, Jul 8, 2022 at 3:15 PM Martin Terra < martin.te...@koodaripalvelut.com> wrote: > pe 8. heinäk. 2022 klo 10.06 Arunachalam Sibisakkaravarthi ( &

Re: Form components in ListView cleared if ListView is refreshed

2022-07-08 Thread Arunachalam Sibisakkaravarthi
com> wrote: > to 7. heinäk. 2022 klo 4.45 Arunachalam Sibisakkaravarthi ( > arunacha...@mcruncher.com) kirjoitti: > > > Hi Martin Terra, > > Thanks for your feedback, Yes I already used setReuseItems on listview. I > > will look at your suggestion. > > Data loss

Re: Form components in ListView cleared if ListView is refreshed

2022-07-06 Thread Arunachalam Sibisakkaravarthi
> > > ** > Martin > > ke 6. heinäk. 2022 klo 13.08 Arunachalam Sibisakkaravarthi ( > arunacha...@mcruncher.com) kirjoitti: > > > Hi guys, > > I have a form that has a text field with Email validator in a ListView (I > > want get list of email addresses from user)

Form components in ListView cleared if ListView is refreshed

2022-07-06 Thread Arunachalam Sibisakkaravarthi
Hi guys, I have a form that has a text field with Email validator in a ListView (I want get list of email addresses from user) When invalid email is entered and listview is refreshed then Text field is cleared whereas Text field is not cleared when valid email is entered and listview is refreshed

Re: BootstrapMultiSelect shows empty list without any options.

2022-06-26 Thread Arunachalam Sibisakkaravarthi
t; 3) disable COOP and/or COEP ( > > https://nightlies.apache.org/wicket/guide/9.x/single.html#_cross_origin_isolation_with_coop_and_coep > ) > > On Wed, Jun 22, 2022 at 12:34 PM Arunachalam Sibisakkaravarthi < > arunacha...@mcruncher.com> wrote: > > > Hi guys, > > W

Re: BootstrapMultiSelect shows empty list without any options.

2022-06-22 Thread Arunachalam Sibisakkaravarthi
5" > aria-posinset="4"> class="text">D id="bs-select-1-4" tabindex="0" aria-selected="false" aria-setsize="5" > aria-posinset="5"> class="text">E > *Thanks And RegardsSibi.

BootstrapMultiSelect shows empty list without any options.

2022-06-22 Thread Arunachalam Sibisakkaravarthi
Hi guys, We are working to implement bootstrap-select from the Wicket Bootstrap Extensions project 5.x into Wicket 9.x + Bootstrap 4.x application. But, the BootstrapMultiSelect shows an empty list without any options. I inspected the rendered html page, it seems everything is ok and has all the

Re: prevent client request being intercepted for attack

2022-05-29 Thread Arunachalam Sibisakkaravarthi
t; > You should only be concerned if you browse with a different browser than > one associated ZAP and then same occurs. > > ** > Martin > > pe 27. toukok. 2022 klo 12.46 Arunachalam Sibisakkaravarthi ( > arunacha...@mcruncher.com) kirjoitti: > > > We Use HTTPS with

Re: prevent client request being intercepted for attack

2022-05-27 Thread Arunachalam Sibisakkaravarthi
you or your service operates within the EU and you dont > secure this via encryption you are violating the GDPR! > > > - Ursprüngliche Mail - > > Von: "Arunachalam Sibisakkaravarthi" > > An: "users" > > Gesendet: Freitag, 27. Mai 2022 09:27:

prevent client request being intercepted for attack

2022-05-27 Thread Arunachalam Sibisakkaravarthi
Hi guys, Form submission requests can be intercepted using a third party tool (eg: ZAP) to change the data. Is there a way to prevent this attack? How do we validate data integrity? *Thanks And RegardsSibi.ArunachalammCruncher*

Get session details when it expires

2022-03-15 Thread Arunachalam Sibisakkaravarthi
Hi guys, My app uses custom Session and Session Store classes that extend WebSession and HttpSessionStore respectively. Additional details stored in the Session class. I couldn't get the session when it expires and the app throws the below exception when attempting to get the current session when

Re: Session instance in memory goes null

2021-09-21 Thread Arunachalam Sibisakkaravarthi
Is there a way to get all Active Sessions? Is it possible to get Session using its id? *Thanks And RegardsSibi.ArunachalammCruncher* On Tue, Sep 21, 2021 at 3:27 PM Arunachalam Sibisakkaravarthi < arunacha...@mcruncher.com> wrote: > Okay, the map is kept in implementation of HttpSes

Re: Session instance in memory goes null

2021-09-21 Thread Arunachalam Sibisakkaravarthi
eplaceSession(); //tried using changeSessionId, but it doesn't help *Thanks And RegardsSibi.ArunachalammCruncher* On Tue, Sep 21, 2021 at 2:10 PM Martin Grigorov wrote: > Hi, > > On Tue, Sep 21, 2021 at 6:57 AM Arunachalam Sibisakkaravarthi < > arunacha...@mcruncher.com> wrote: >

Session instance in memory goes null

2021-09-20 Thread Arunachalam Sibisakkaravarthi
Hi guys, User Session goes null and other user 's session is updated wrongly. I keep track of session instances in a map with username as key The following happens in a scenario Assume 3 users (foouser, baruser, foobaruser) are there in the system 1. foouser was logged in 1.a) Session (id is

Re: Adding css resource available to all component in the application using wicket 9.x

2021-09-09 Thread Arunachalam Sibisakkaravarthi
* On Thu, Sep 9, 2021 at 1:02 PM Martin Grigorov wrote: > Please create a mini application demonstrating the issue and share it at > GitHub. > > On Thu, Sep 9, 2021, 05:56 Arunachalam Sibisakkaravarthi < > arunacha...@mcruncher.com> wrote: > > > Yes some

Re: Adding css resource available to all component in the application using wicket 9.x

2021-09-08 Thread Arunachalam Sibisakkaravarthi
into the footer before end of body, but it loads into header section which is not expected. *Thanks And Regards* *Sibi.ArunachalammCruncher* On Wed, Sep 8, 2021 at 5:14 PM Martin Grigorov wrote: > On Wed, Sep 8, 2021 at 12:04 PM Arunachalam Sibisakkaravarthi < > arunacha...@mcruncher.c

Re: Adding css resource available to all component in the application using wicket 9.x

2021-09-08 Thread Arunachalam Sibisakkaravarthi
gt; response.render(CssHeaderItem.forReference(css2)); > }) > > IHeaderResponseDecorator is more powerful. It should be used when you want > to intercept all header contributions and add/modify/remove contributions. > > On Wed, Sep 8, 2021 at 6:47 AM Arunachalam Sibisakkaravarthi < &

Adding css resource available to all component in the application using wicket 9.x

2021-09-07 Thread Arunachalam Sibisakkaravarthi
Hi guys, I am doing Wicket migration from 7.x to 9.x In Wicket7.x I add css resource as below, it was working getHeaderResponseDecorators().add(getHeaderResponseDecorator()); private IHeaderResponseDecorator getHeaderResponseDecorator() { return response -> {

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

2020-10-30 Thread Arunachalam Sibisakkaravarthi
30, 2020 at 1:49 PM Arunachalam Sibisakkaravarthi < arunacha...@mcruncher.com> wrote: > Thanks Ernesto Reinaldo for your suggestion. > In the same context, I want to validate the user's input. > Is there a proper/standard way to validate all Text Fields in a form?

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

2020-10-29 Thread Arunachalam Sibisakkaravarthi
notation to mark components that are allowed to have this set > to false. > > On Wed, Oct 28, 2020 at 8:57 AM Arunachalam Sibisakkaravarthi < > arunacha...@mcruncher.com> wrote: > > > Thanks Maxim Solodovnik. > > It took me a while to identify the problem. >

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

2020-10-27 Thread Arunachalam Sibisakkaravarthi
ize' form value > > from mobile (sorry for typos ;) > > > On Tue, Oct 27, 2020, 07:34 Arunachalam Sibisakkaravarthi < > arunacha...@mcruncher.com> wrote: > > > Hi guys, > > JS script alert is displayed when user input alert('xss > > attacks') and submit t

Prevent script-injection attacks from user's input

2020-10-26 Thread Arunachalam Sibisakkaravarthi
Hi guys, JS script alert is displayed when user input alert('xss attacks') and submit the form. How to handle this? Basically I want to prevent Cross-Site-Scripting from user inputs. Is it possible to do this globally since our Wicket Webapp is big? I found the below post which is discussed in

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

2020-10-20 Thread Arunachalam Sibisakkaravarthi
bit more info regarding what you finally did? > This might help other wicket users ;-) > > On Tue, Sep 29, 2020 at 4:11 AM Arunachalam Sibisakkaravarthi < > arunacha...@mcruncher.com> wrote: > > > Thanks guys, your suggestions helped us. > > > > >

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

2020-09-28 Thread Arunachalam Sibisakkaravarthi
ree/master/client-sign-out-parent > > > > > > Not sure what is the status of this project but I think use case was > > > similar tro what you mention > > > > > > > > > On Fri, Sep 11, 2020 at 4:55 AM Arunachalam Sibisakkaravarthi <

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

2020-09-11 Thread Arunachalam Sibisakkaravarthi
Thanks Martin for making it clear. I will check and revert back. *Thanks And RegardsSibi.ArunachalammCruncher* On Fri, Sep 11, 2020 at 1:44 PM Martin Grigorov wrote: > Hi, > > On Fri, Sep 11, 2020 at 4:55 AM Arunachalam Sibisakkaravarthi < > arunacha...@mcruncher.com> wr

Display custom page automatically on session expiry without any action

2020-09-10 Thread Arunachalam Sibisakkaravarthi
Hi guys, When session expires, user is redirected to a page set by getApplicationSettings().setPageExpiredErrorPage(SomePage.class) on his next action. But I want to display a page automatically without his next action. So that last rendered page will not be displayed after session expiry like

Getting Javascript function return value in Wicket

2020-03-19 Thread Arunachalam Sibisakkaravarthi
Hi guys, I want to execute js and get output in Wicket, so that it can be used in other places where I want. Is it possible in Wicket? *Thanks And RegardsSibi.ArunachalammCruncher*

Re: jquery-weekdays

2020-03-19 Thread Arunachalam Sibisakkaravarthi
Bootstrap code for inspiration how to integrate it. For > example > > https://github.com/l0rdn1kk0n/wicket-bootstrap/tree/wicket-8.x-bootstrap-4.x/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/tour > > On Thu, Mar 19, 2020 at 9:10 AM Arunachalam

jquery-weekdays

2020-03-19 Thread Arunachalam Sibisakkaravarthi
Hi guys, I am trying to use jquey-weekdays to select multiple days. How do integrate with Wicket? Is there any Wicket component for this? Is there any other solution to achieve this *Thanks And RegardsSibi.ArunachalammCruncher*

Re: Display indicator on AjaxButton when it reloads target components

2019-09-19 Thread Arunachalam Sibisakkaravarthi
And RegardsSibi.ArunachalammCruncher* On Thu, Sep 12, 2019 at 3:56 PM Arunachalam Sibisakkaravarthi < arunacha...@mcruncher.com> wrote: > Great, Thank you Vit. I look into that. > > > > *Thanks And RegardsSibi.ArunachalammCruncher* > > > On Thu, Sep 12, 2019 at 3:11 PM Vit Rozkovec wrote: > >

Re: Display indicator on AjaxButton when it reloads target components

2019-09-12 Thread Arunachalam Sibisakkaravarthi
t > > [1] https://github.com/l0rdn1kk0n/wicket-bootstrap > > On 9/12/19 8:36 AM, Arunachalam Sibisakkaravarthi wrote: > > Hi Guys Good afternoon, > > I have created a panel with IndicatingAjaxButton and DataTable. > > DataTable is added into Target when clicks the bu

Display indicator on AjaxButton when it reloads target components

2019-09-12 Thread Arunachalam Sibisakkaravarthi
Hi Guys Good afternoon, I have created a panel with IndicatingAjaxButton and DataTable. DataTable is added into Target when clicks the button. Is it possible to display Indicator icon on button until the components get refreshed? *Thanks And RegardsSibi.ArunachalammCruncher*

Re: web session not available to current thread

2018-12-11 Thread Arunachalam Sibisakkaravarthi
ticles regarding this > > On Mon, 10 Dec 2018 at 16:08, Arunachalam Sibisakkaravarthi < > arunacha...@mcruncher.com> wrote: > > > We use AOP auto proxy.Yes, the problem occurs in the Aspect class. > > > > We have configured this > > &g

Re: web session not available to current thread

2018-12-10 Thread Arunachalam Sibisakkaravarthi
at 15:39, Arunachalam Sibisakkaravarthi < > arunacha...@mcruncher.com> wrote: > > > But, It didn't give remote address when run the app in Tomcat, but in > Jetty > > It gives correct remote address > > > > RequestCycle requestCycle = RequestCycle.get(); >

Re: web session not available to current thread

2018-12-10 Thread Arunachalam Sibisakkaravarthi
(); Can you all help me why I can't get the remoteAddr when run the app in Tomcat? *Thanks And RegardsSibi.ArunachalammCruncher* On Fri, Dec 7, 2018 at 11:30 AM Arunachalam Sibisakkaravarthi < arunacha...@mcruncher.com> wrote: > It woks. Thank you. >

Re: web session not available to current thread

2018-12-06 Thread Arunachalam Sibisakkaravarthi
ess > > > > On Thu, Dec 6, 2018 at 7:35 AM Arunachalam Sibisakkaravarthi < > arunacha...@mcruncher.com> wrote: > > > Hi guys, > > I am facing problem when try to get current session in separate thread. > > Have a button in a page to import contacts. &g

web session not available to current thread

2018-12-05 Thread Arunachalam Sibisakkaravarthi
Hi guys, I am facing problem when try to get current session in separate thread. Have a button in a page to import contacts. When user clicks the button, it invoke Spring Async method in service class. The method saves the contacts. Inside the method I have used Sessiong.get() to get username.

Re: Select2Choice is not focused when navigating using keyboard

2017-06-16 Thread Arunachalam Sibisakkaravarthi
Yes, thanks *Thanks And RegardsSibi.ArunachalammCruncher* On Fri, Jun 16, 2017 at 3:46 PM, Maxim Solodovnik <solomax...@gmail.com> wrote: > I guess the question should go to select2 devs :( > > On Fri, Jun 16, 2017 at 2:39 PM, Arunachalam Sibisakkaravarthi < > arunacha...

Re: Select2Choice is not focused when navigating using keyboard

2017-06-16 Thread Arunachalam Sibisakkaravarthi
x were updated to use latest https://select2.github.io > Can you check behavior you are observing using their examples? > > On Fri, Jun 16, 2017 at 2:08 PM, Arunachalam Sibisakkaravarthi < > arunacha...@mcruncher.com> wrote: > > > Hi all, > > We upgraded wicket to 7.7

Select2Choice is not focused when navigating using keyboard

2017-06-16 Thread Arunachalam Sibisakkaravarthi
Hi all, We upgraded wicket to 7.7.0. We observed the following changes in behaviour: - Cursor is not set on select2choice field when navigating using keyboard. - One has to press *Enter* before typing text Is there any workaround to resolve these issues? *Thanks And

BreadCrumbLink + wicket event

2014-12-08 Thread Arunachalam Sibisakkaravarthi
Hi All, Good evening, How to use wicket event on BreadCrumbLink? I want to display the panel using wicket event while click on the BreadCrumbLink. *Thanks And RegardsSibi.ArunachalammCruncher*

Wicket page test

2012-10-22 Thread Arunachalam Sibisakkaravarthi
Hai, Here we are using wicket 1.5.7. We have a simple test for each wicket page to assert rendering like this: WicketTester.assertRenderedPage(Page.class); In our module we have 52 tests w.r.t wicket pages. It takes so long to run these tests. Please give suggestion to improve test

Re: Wicket page test

2012-10-22 Thread Arunachalam Sibisakkaravarthi
No, We don't call wicketTester.destroy() at the end of tests. On Mon, Oct 22, 2012 at 5:01 PM, Martin Grigorov mgrigo...@apache.orgwrote: Hi, Do you call wicketTester.destroy() at the end of your tests ? On Mon, Oct 22, 2012 at 9:10 AM, Arunachalam Sibisakkaravarthi arunacha