Re: Indicator on IndicatingAjaxButton and IndicatingAjaxLink not working

2022-01-25 Thread Michelle Ee Siew Phing
Alright. Thank you! On Tue, Jan 25, 2022 at 3:08 PM Martin Grigorov wrote: > Hi, > > On Tue, Jan 25, 2022 at 5:00 AM Michelle Ee Siew Phing < > michelle...@mcruncher.com> wrote: > > > Hi, > > Saw the update on this and thanks for fixing it. > >

Re: Indicator on IndicatingAjaxButton and IndicatingAjaxLink not working

2022-01-24 Thread Michelle Ee Siew Phing
Hi, Saw the update on this and thanks for fixing it. May I know when will 9.8.0 be available? Or will the fix be backported to an older version? Thanks again. On Fri, Jan 21, 2022 at 2:36 PM Michelle Ee Siew Phing < michelle...@mcruncher.com> wrote: > I have created an issue for this

Re: Indicator on IndicatingAjaxButton and IndicatingAjaxLink not working

2022-01-20 Thread Michelle Ee Siew Phing
I have created an issue for this. https://issues.apache.org/jira/browse/WICKET-6947 On Fri, Jan 21, 2022 at 11:45 AM Michelle Ee Siew Phing < michelle...@mcruncher.com> wrote: > Hi, > Yep, tried the SpinnerButton and it works. > /Michelle > > On Fri, Jan 21, 2022 at 11:0

Re: Indicator on IndicatingAjaxButton and IndicatingAjaxLink not working

2022-01-20 Thread Michelle Ee Siew Phing
Hi, Yep, tried the SpinnerButton and it works. /Michelle On Fri, Jan 21, 2022 at 11:00 AM Maxim Solodovnik wrote: > Have you tried the SpinnerButton from wicket-bootstrap? > > Does it work for you? > > from mobile (sorry for typos ;) > > > On Fri, Jan 21, 2022, 08:4

Re: Indicator on IndicatingAjaxButton and IndicatingAjaxLink not working

2022-01-20 Thread Michelle Ee Siew Phing
Sorry... missed out the wicket.bootstrap.version 5.0.5 On Fri, Jan 21, 2022 at 9:35 AM Michelle Ee Siew Phing < michelle...@mcruncher.com> wrote: > Hi, > > Checking the examples again... the "hidden" is not removed after clicking > on the button, but the style=

Re: Indicator on IndicatingAjaxButton and IndicatingAjaxLink not working

2022-01-20 Thread Michelle Ee Siew Phing
; https://github.com/apache/wicket/blob/63c5fe205de1bea293e3b36ca8e0426b343ccafa/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/LinksPage.java > Please compare it with your app! > If you are not able to find the problem then please create a mini demo > application a

Re: Indicator on IndicatingAjaxButton and IndicatingAjaxLink not working

2022-01-18 Thread Michelle Ee Siew Phing
Ok thanks! Will give that a go. On Wed, Jan 19, 2022 at 10:04 AM Maxim Solodovnik wrote: > from mobile (sorry for typos ;) > > > On Wed, Jan 19, 2022, 08:29 Michelle Ee Siew Phing < > michelle...@mcruncher.com> wrote: > > > LaddaAjaxButton is only available in

Re: Indicator on IndicatingAjaxButton and IndicatingAjaxLink not working

2022-01-18 Thread Michelle Ee Siew Phing
0n/wicket-bootstrap/blob/wicket-9.x/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/ladda/LaddaAjaxButton.java > works for as > > On Mon, 17 Jan 2022 at 16:33, Michelle Ee Siew Phing > wrote: > > > > Hi, > > > &g

Re: Indicator on IndicatingAjaxButton and IndicatingAjaxLink not working

2022-01-17 Thread Michelle Ee Siew Phing
rap/ladda/LaddaAjaxButton.java > works for as > > On Mon, 17 Jan 2022 at 16:33, Michelle Ee Siew Phing > wrote: > > > > Hi, > > > > Thanks for the information. I have checked the differences between the > > provided example and my codes and found the place that is causing the

Re: Indicator on IndicatingAjaxButton and IndicatingAjaxLink not working

2022-01-17 Thread Michelle Ee Siew Phing
it with your app! > If you are not able to find the problem then please create a mini demo > application and share it with us! > > On Mon, Jan 17, 2022 at 6:08 AM Michelle Ee Siew Phing < > michelle...@mcruncher.com> wrote: > > > Hi, > > > > I am h

Indicator on IndicatingAjaxButton and IndicatingAjaxLink not working

2022-01-16 Thread Michelle Ee Siew Phing
Hi, I am having issues with the loading icon on the IndicatingAjaxButton and IndicatingAjaxLink. Previously I'm on Wicket 9.0.0-M4 and it was working fine. But after upgrading to Wicket 9.0.0-M5 (and later versions), I'm not able to see the loading icon any longer. I checked further in the code