> On Jun 29, 2023, at 3:25 AM, Martin Grigorov <mgrigo...@apache.org> wrote:
> 
> I don't see such code at
> https://github.com/apache/wicket/blob/master/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/IndicatingAjaxButton.java
> Is your IndicatingAjaxButton.java part of some third party library ?

Yes it is. Sorry, should have pointed that out.

```
package com.googlecode.wicket.jquery.ui.form.button;

…

/**
 * Provides a jQuery button based on the {@link AjaxButton}, with an ajax 
indicator the time the {@link #onSubmit()} process.
 *
 * @since 6.0
 * @author Sebastien Briquet - sebfz1
 */
public abstract class IndicatingAjaxButton extends AjaxButton
```

Which begs the question. What happens when we use the wicket extensions instead?

(Don’t know but I’ll find out)

—
Shawn


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to